Skip to content
Snippets Groups Projects
Commit dcf04a4a authored by sbund's avatar sbund
Browse files

Fix include guards for demang.hh

parent 01fba864
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
// Custom includes // Custom includes
#include "malloc.h" #include "malloc.h"
#define HAVE_DECL_BASENAME 1 #define HAVE_DECL_BASENAME 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_VASPRINTF 1
#include "impl/demangle.h" #include "impl/demangle.h"
//#include "TypeInfo.mpp" //#include "TypeInfo.mpp"
......
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