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 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 |