aboutsummaryrefslogtreecommitdiff
path: root/zencore/thread.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-16 10:53:54 +0200
committerMartin Ridgers <[email protected]>2021-10-16 10:53:54 +0200
commit8030078d08379d011781c8c09d6840fc24aaec23 (patch)
tree15c5f9b4032140211f34713a034e36ce4b697f78 /zencore/thread.cpp
parentMerged main (diff)
parentFixed up some more windows include issues (diff)
downloadzen-8030078d08379d011781c8c09d6840fc24aaec23.tar.xz
zen-8030078d08379d011781c8c09d6840fc24aaec23.zip
Merged main
Diffstat (limited to 'zencore/thread.cpp')
-rw-r--r--zencore/thread.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/zencore/thread.cpp b/zencore/thread.cpp
index 72b8c54f6..2a38283e1 100644
--- a/zencore/thread.cpp
+++ b/zencore/thread.cpp
@@ -2,7 +2,6 @@
#include <zencore/thread.h>
-#include <fmt/format.h>
#include <zencore/except.h>
#include <zencore/string.h>
#include <zencore/testing.h>
@@ -13,6 +12,10 @@
# include <unistd.h>
#endif
+ZEN_THIRD_PARTY_INCLUDES_START
+#include <fmt/format.h>
+ZEN_THIRD_PARTY_INCLUDES_END
+
namespace zen {
#if ZEN_PLATFORM_WINDOWS