summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/maindialog.h')
-rw-r--r--src/ui/maindialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/maindialog.h b/src/ui/maindialog.h
index be61299..a79b95e 100644
--- a/src/ui/maindialog.h
+++ b/src/ui/maindialog.h
@@ -23,6 +23,12 @@
#include "object/robotmain.h"
+#include <boost/filesystem.hpp>
+#include <boost/algorithm/string.hpp>
+
+namespace fs = boost::filesystem;
+
+
class CEventQueue;
class CSoundInterface;