From 5e078ed0dd400a17eac85e06b62eb59223fbc9e7 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 24 Jan 2026 01:10:56 +0100 Subject: [PATCH] Fix Lua integration with test. --- test/test.cpp | 3 +++ 1 file changed, 3 insertions(+) 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