diff --git a/test/test.cpp b/test/test.cpp index f7cf494e..bfa33b4a 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -8,9 +8,12 @@ #include "tracy/Tracy.hpp" #ifdef TRACY_HAS_LUA +extern "C" +{ #include #include #include +} #include "tracy/TracyLua.hpp" #endif