aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zen/internalfile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/internalfile.h b/zen/internalfile.h
index 6a002c5bc..a718cf053 100644
--- a/zen/internalfile.h
+++ b/zen/internalfile.h
@@ -4,10 +4,6 @@
#include <zencore/zencore.h>
-ZEN_THIRD_PARTY_INCLUDES_START
-#include <cxxopts.hpp>
-ZEN_THIRD_PARTY_INCLUDES_END
-
#include <zencore/iobuffer.h>
#include <zencore/refcount.h>
#include <zencore/thread.h>
@@ -16,6 +12,10 @@ ZEN_THIRD_PARTY_INCLUDES_END
# include <zencore/windows.h>
#endif
+ZEN_THIRD_PARTY_INCLUDES_START
+#include <cxxopts.hpp>
+ZEN_THIRD_PARTY_INCLUDES_END
+
#if ZEN_PLATFORM_WINDOWS
# include <atlfile.h>
#endif