INTEGRATION: CWS dr55 (1.12.456); FILE MERGED

2007/06/28 19:30:14 nn 1.12.456.2: include memory without .h
2007/06/20 19:30:39 er 1.12.456.1: #i78630# remove MacOS9 specifics
This commit is contained in:
Rüdiger Timm 2007-07-06 11:31:14 +00:00
parent 92063f5de8
commit 90f79b98fd

View file

@ -4,9 +4,9 @@
*
* $RCSfile: token.hxx,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: rt $ $Date: 2005-09-08 18:01:09 $
* last change: $Author: rt $ $Date: 2007-07-06 12:31:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -36,7 +36,7 @@
#ifndef SC_TOKEN_HXX
#define SC_TOKEN_HXX
#include <string.h> // memcpy(), don't use memory.h (MAC)
#include <memory>
#ifndef SC_OPCODE_HXX
#include "opcode.hxx"