diff options
Diffstat (limited to 'source/3rd-party/Luax/luax.h')
-rw-r--r-- | source/3rd-party/Luax/luax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/3rd-party/Luax/luax.h b/source/3rd-party/Luax/luax.h index d05c258..45fa514 100644 --- a/source/3rd-party/Luax/luax.h +++ b/source/3rd-party/Luax/luax.h @@ -2,7 +2,7 @@ #define __LUAX_H__ #include "luax_state.h" -#include "luax_runtime.h" +#include "luax_vm.h" #include "luax_ref.h" #include "luax_reftable.h" #include "luax_enum.h" |