mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-13 00:29:45 +00:00
Fix Lua integration with test.
This commit is contained in:
@@ -8,9 +8,12 @@
|
||||
#include "tracy/Tracy.hpp"
|
||||
|
||||
#ifdef TRACY_HAS_LUA
|
||||
extern "C"
|
||||
{
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lualib.h>
|
||||
}
|
||||
#include "tracy/TracyLua.hpp"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user