summaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index 679c6fc..46b56b6 100644
--- a/headers.h
+++ b/headers.h
@@ -31,5 +31,13 @@
#include "resource.h"
#include "utilities.h"
+//boost
+#include <boost/thread.hpp>
+#include <boost/regex.hpp>
+#include <boost/algorithm/string.hpp>
+
+//utf8cpp
+#include <utf8.h>
+
#include <m_dos.h>