diff options
Diffstat (limited to 'source/3rd-party/Luax/luax_class.cpp')
-rw-r--r-- | source/3rd-party/Luax/luax_class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/3rd-party/Luax/luax_class.cpp b/source/3rd-party/Luax/luax_class.cpp index 9f316c1..960fd47 100644 --- a/source/3rd-party/Luax/luax_class.cpp +++ b/source/3rd-party/Luax/luax_class.cpp @@ -1,5 +1,5 @@ #include "luax_class.hpp" -#include "luax_runtime.h" +#include "luax_vm.h" #include "luax_cfunctions.h" namespace Luax |