summaryrefslogtreecommitdiff
path: root/libproxy
diff options
context:
space:
mode:
Diffstat (limited to 'libproxy')
-rw-r--r--libproxy/proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libproxy/proxy.cpp b/libproxy/proxy.cpp
index 7555cc9..54f7f17 100644
--- a/libproxy/proxy.cpp
+++ b/libproxy/proxy.cpp
@@ -21,6 +21,7 @@
#include <cstring> // For strdup()
#include <iostream> // For cerr
#include <stdexcept> // For exception
+#include <typeinfo> // Only for debug messages.
#include <libmodman/module_manager.hpp>