diff options
Diffstat (limited to 'core/include/fxcrt/fx_string.h')
-rw-r--r-- | core/include/fxcrt/fx_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h index e4546a0b7c..ad1d083323 100644 --- a/core/include/fxcrt/fx_string.h +++ b/core/include/fxcrt/fx_string.h @@ -6,6 +6,9 @@ #ifndef _FX_STRING_H_ #define _FX_STRING_H_ + +#include "fx_memory.h" + class CFX_ByteStringC; class CFX_ByteString; class CFX_WideStringC; |