diff options
Diffstat (limited to 'zencore/thread.cpp')
| -rw-r--r-- | zencore/thread.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/zencore/thread.cpp b/zencore/thread.cpp index 6f27ee528..da711fe89 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> @@ -12,6 +11,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 |