From bca0bf94c4a46500c53e55ac4ea29e98cfda76d8 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sat, 23 Apr 2011 22:47:30 -0700 Subject: [PATCH] Fix typeinfo include --- Sources/Plasma/CoreLib/hsMalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/CoreLib/hsMalloc.h b/Sources/Plasma/CoreLib/hsMalloc.h index c96454fb..e6b8ff60 100644 --- a/Sources/Plasma/CoreLib/hsMalloc.h +++ b/Sources/Plasma/CoreLib/hsMalloc.h @@ -159,7 +159,7 @@ inline void __cdecl operator delete (void *, void *) {} #ifdef __cplusplus #if !defined(HS_NO_TYPEINFO) -#include +#include #endif #endif // ifdef __cplusplus