| Index: core/include/fxcrt/fx_stream.h
|
| diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h
|
| index b3784501a9007b901876042170b1dded4d18d7be..67327898d941523e9f9b96c8c9711f00a3d3359a 100644
|
| --- a/core/include/fxcrt/fx_stream.h
|
| +++ b/core/include/fxcrt/fx_stream.h
|
| @@ -6,9 +6,10 @@
|
|
|
| #ifndef _FX_STREAM_H_
|
| #define _FX_STREAM_H_
|
| -#ifndef _FX_MEMORY_H_
|
| +
|
| #include "fx_memory.h"
|
| -#endif
|
| +#include "fx_string.h"
|
| +
|
| void* FX_OpenFolder(FX_LPCSTR path);
|
| void* FX_OpenFolder(FX_LPCWSTR path);
|
| FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder);
|
|
|