diff options
| author | Dmytro Ivanov <[email protected]> | 2024-09-27 14:07:17 +0200 |
|---|---|---|
| committer | Dmytro Ivanov <[email protected]> | 2024-10-02 15:46:07 +0200 |
| commit | ac5e18320323310f816fe8df0f46ebd7effcecd9 (patch) | |
| tree | 227d589b96adb2bb66f1d6488f5388d074e820c6 /src/zencore/logging.cpp | |
| parent | 5.5.8 (diff) | |
| download | zen-di/add_cmake_dev.tar.xz zen-di/add_cmake_dev.zip | |
add cmake build config to be able to use cliondi/add_cmake_dev
Diffstat (limited to 'src/zencore/logging.cpp')
| -rw-r--r-- | src/zencore/logging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/logging.cpp b/src/zencore/logging.cpp index 1a0a91b3d..3ea291102 100644 --- a/src/zencore/logging.cpp +++ b/src/zencore/logging.cpp @@ -14,6 +14,7 @@ ZEN_THIRD_PARTY_INCLUDES_START ZEN_THIRD_PARTY_INCLUDES_END #if ZEN_PLATFORM_WINDOWS +#include <windows.h> # pragma section(".zlog$a", read) # pragma section(".zlog$f", read) # pragma section(".zlog$m", read) |