aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/zenserver.cpp')
-rw-r--r--zenserver/zenserver.cpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/zenserver/zenserver.cpp b/zenserver/zenserver.cpp
index a1cd01d33..c9b52604d 100644
--- a/zenserver/zenserver.cpp
+++ b/zenserver/zenserver.cpp
@@ -16,17 +16,21 @@
#include <zenstore/cidstore.h>
#include <zenutil/zenserverprocess.h>
-#include <fmt/format.h>
-
#if ZEN_USE_MIMALLOC
+ZEN_THIRD_PARTY_INCLUDES_START
# include <mimalloc-new-delete.h>
# include <mimalloc.h>
+ZEN_THIRD_PARTY_INCLUDES_END
#endif
+ZEN_THIRD_PARTY_INCLUDES_START
+#include <fmt/format.h>
#include <asio.hpp>
+#include <lua.hpp>
+ZEN_THIRD_PARTY_INCLUDES_END
+
#include <exception>
#include <list>
-#include <lua.hpp>
#include <optional>
#include <regex>
#include <set>
@@ -64,7 +68,9 @@
#if USE_SENTRY
# define SENTRY_BUILD_STATIC 1
+ZEN_THIRD_PARTY_INCLUDES_START
# include <sentry.h>
+ZEN_THIRD_PARTY_INCLUDES_END
// Sentry currently does not automatically add all required Windows
// libraries to the linker when consumed via vcpkg