summaryrefslogtreecommitdiff
path: root/core/fxcrt/ifxcrt_fileaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/ifxcrt_fileaccess.h')
-rw-r--r--core/fxcrt/ifxcrt_fileaccess.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fxcrt/ifxcrt_fileaccess.h b/core/fxcrt/ifxcrt_fileaccess.h
index 340c2d1eeb..f4c686abd5 100644
--- a/core/fxcrt/ifxcrt_fileaccess.h
+++ b/core/fxcrt/ifxcrt_fileaccess.h
@@ -10,8 +10,9 @@
#include <algorithm>
#include <memory>
-#include "core/fxcrt/fx_basic.h"
#include "core/fxcrt/fx_safe_types.h"
+#include "core/fxcrt/fx_stream.h"
+#include "core/fxcrt/fx_string.h"
class IFXCRT_FileAccess {
public: