summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_safe_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/fxcrt/fx_safe_types.h')
-rw-r--r--core/include/fxcrt/fx_safe_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/include/fxcrt/fx_safe_types.h b/core/include/fxcrt/fx_safe_types.h
index d10bdbeb1a..aec1ca7e96 100644
--- a/core/include/fxcrt/fx_safe_types.h
+++ b/core/include/fxcrt/fx_safe_types.h
@@ -7,8 +7,8 @@
#include <stdlib.h> // For size_t.
-#include "fx_stream.h" // for FX_FILESIZE.
-#include "fx_system.h"
+#include "core/include/fxcrt/fx_stream.h" // for FX_FILESIZE.
+#include "core/include/fxcrt/fx_system.h"
#include "third_party/base/numerics/safe_math.h"
typedef pdfium::base::CheckedNumeric<FX_DWORD> FX_SAFE_DWORD;