diff options
author | madmaxoft <github@xoft.cz> | 2013-12-08 18:24:56 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-08 18:24:56 +0100 |
commit | 4608beb3c6abca76252aa4b39bfd2e5d7fa87609 (patch) | |
tree | 009c531ab4774636d5a975b339d55b030d6cbc28 /src/Bindings/PluginLua.cpp | |
parent | Fixed VS2008 compilation after those huge changes. (diff) | |
download | cuberite-4608beb3c6abca76252aa4b39bfd2e5d7fa87609.tar cuberite-4608beb3c6abca76252aa4b39bfd2e5d7fa87609.tar.gz cuberite-4608beb3c6abca76252aa4b39bfd2e5d7fa87609.tar.bz2 cuberite-4608beb3c6abca76252aa4b39bfd2e5d7fa87609.tar.lz cuberite-4608beb3c6abca76252aa4b39bfd2e5d7fa87609.tar.xz cuberite-4608beb3c6abca76252aa4b39bfd2e5d7fa87609.tar.zst cuberite-4608beb3c6abca76252aa4b39bfd2e5d7fa87609.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Bindings/PluginLua.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/PluginLua.cpp b/src/Bindings/PluginLua.cpp index ebd053a07..d714f2112 100644 --- a/src/Bindings/PluginLua.cpp +++ b/src/Bindings/PluginLua.cpp @@ -14,7 +14,7 @@ extern "C" #include "lua/src/lualib.h" } -#include "tolua++.h" +#include "tolua++/include/tolua++.h" |