]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/demangle.cpp
MSVC compatibility fixes
[libs/core.git] / source / debug / demangle.cpp
index 5c348514fd9bffa57ec0d7cbf6acb4539d198880..fc6ca7823f3d0eaf5d903c641dee848c1e77fef4 100644 (file)
@@ -6,7 +6,9 @@ Distributed under the LGPL
 */
 
 #include <cstdlib>
+#ifdef __GNUC__
 #include <cxxabi.h>
+#endif
 #include "demangle.h"
 
 using namespace std;