summaryrefslogtreecommitdiffhomepage
path: root/minicc.h
diff options
context:
space:
mode:
Diffstat (limited to 'minicc.h')
-rw-r--r--minicc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/minicc.h b/minicc.h
index 28b494a..59cc23a 100644
--- a/minicc.h
+++ b/minicc.h
@@ -2,6 +2,8 @@
#pragma once
+#include <boost/core/demangle.hpp>
+
#include <cstdlib>
#include <filesystem>
#include <iostream>
@@ -47,3 +49,5 @@ struct PairHashSS {
return h0 ^ (h1 << 1);
}
};
+
+std::string demangle(const std::type_info& type);