Theoretically resolved jenky cross-compiler compatability
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
|
||||
#include "region_pager_base.hpp"
|
||||
|
||||
#ifdef __unix__
|
||||
#include "lua.hpp"
|
||||
#if defined(__MINGW32__)
|
||||
#include "lua/lua.hpp"
|
||||
#else
|
||||
#include "lua/lua.hpp"
|
||||
#include "lua.hpp"
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user