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/tolua_base.h | |
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 'src/Bindings/tolua_base.h')
-rw-r--r-- | src/Bindings/tolua_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/tolua_base.h b/src/Bindings/tolua_base.h index 4f1038c09..6a76f97b1 100644 --- a/src/Bindings/tolua_base.h +++ b/src/Bindings/tolua_base.h @@ -3,7 +3,7 @@ #pragma warning(disable:4800) // This file is ONLY included by Bindings.cpp and it throws lots of C4800 warnings -#include "tolua++.h" +#include "tolua++/include/tolua++.h" |