Browse Source

Fix typeinfo include

Darryl Pogue 14 years ago
parent
commit
bca0bf94c4
  1. 2
      Sources/Plasma/CoreLib/hsMalloc.h

2
Sources/Plasma/CoreLib/hsMalloc.h

@ -159,7 +159,7 @@ inline void __cdecl operator delete (void *, void *) {}
#ifdef __cplusplus #ifdef __cplusplus
#if !defined(HS_NO_TYPEINFO) #if !defined(HS_NO_TYPEINFO)
#include <typeinfo.h> #include <typeinfo>
#endif #endif
#endif // ifdef __cplusplus #endif // ifdef __cplusplus

Loading…
Cancel
Save