blob: 93db675875b3364c40a5854ad9cc9aeed2a9b911 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/libmodman/test/main.hpp b/libmodman/test/main.hpp
index 90ca87f..f4f8844 100644
--- a/libmodman/test/main.hpp
+++ b/libmodman/test/main.hpp
@@ -20,6 +20,7 @@
#ifndef MAIN_HPP_
#define MAIN_HPP_
+#include <typeinfo>
#include "../module_manager.hpp"
using namespace std;
|