diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index a4183f7..3f464e1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ //#include <SFML/Graphics.hpp> #include <filesystem> #include <iostream> -#include <lua.hpp> +#include "lua.hpp" const char *DEFAULT_PROC = "include/defaults.lua"; |