Skip to content
Snippets Groups Projects
Commit 32e22b9e authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[classname.hh] Fix missing includes.

[[Imported from SVN: r6243]]
parent b697f869
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
* of a given object or type as a string * of a given object or type as a string
*/ */
#include <string>
#include <typeinfo>
#ifdef __GNUC__ #ifdef __GNUC__
#include <cxxabi.h> #include <cxxabi.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment