From da193338af0996d80a712fa7a3010892ebe565fb Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 30 Sep 2010 20:35:17 -0300 Subject: [PATCH] Fix config.h when MEMLEAK is defined (jinete/jbase.h was moved to gui/jbase.h). --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 7942c7f1d..198f83026 100644 --- a/config.h +++ b/config.h @@ -52,7 +52,7 @@ typedef uint32_t ase_uint32; #if defined __cplusplus && defined MEMLEAK #include -#include "jinete/jbase.h" +#include "gui/jbase.h" inline void* operator new(std::size_t size) {