Changeset 3161 for code/branches/pch/src/core
- Timestamp:
- Jun 13, 2009, 11:29:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/core/CorePrecompiledHeaders.h
r3160 r3161 58 58 #include <tinyxml/ticpp.h> 59 59 60 #include "util/Convert.h" 60 // GCC may have problems with anonymous namespaces in certain situations 61 #if !(defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ < 420)) 62 # include "util/Convert.h" 63 #endif 61 64 #include "util/Debug.h" 62 65 #include "util/Exception.h"
Note: See TracChangeset
for help on using the changeset viewer.