Index: core/include/fxcrt/fx_stream.h |
diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h |
index ff8344dd68131c04a34e8c7b99e320321d70bee8..c23c71d15b17b70385a50b49a342dcbf0688fba5 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); |