diff options
Diffstat (limited to 'unit_tests/embedded_tests.cpp')
-rw-r--r-- | unit_tests/embedded_tests.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unit_tests/embedded_tests.cpp b/unit_tests/embedded_tests.cpp index a0a7bb2..04a8f87 100644 --- a/unit_tests/embedded_tests.cpp +++ b/unit_tests/embedded_tests.cpp | |||
@@ -2,6 +2,7 @@ | |||
2 | #include "shared.h" | 2 | #include "shared.h" |
3 | #include "lanes/src/lanes.hpp" | 3 | #include "lanes/src/lanes.hpp" |
4 | 4 | ||
5 | #if defined __has_include && __has_include(<windows.h>) | ||
5 | #include <windows.h> | 6 | #include <windows.h> |
6 | 7 | ||
7 | // ################################################################################################# | 8 | // ################################################################################################# |
@@ -265,4 +266,6 @@ TEST_CASE("lanes.embedding.with custom allocator") | |||
265 | lua_close(L3); | 266 | lua_close(L3); |
266 | lua_close(L2); | 267 | lua_close(L2); |
267 | lua_close(L1); | 268 | lua_close(L1); |
268 | } \ No newline at end of file | 269 | } |
270 | |||
271 | #endif // windows.h | ||