From 4608beb3c6abca76252aa4b39bfd2e5d7fa87609 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 8 Dec 2013 18:24:56 +0100 Subject: Fixed tolua++ compilation. Duplicate files, wrong includes, const-incorrect code... --- src/Bindings/tolua_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Bindings/tolua_base.h') 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" -- cgit v1.2.3