summaryrefslogtreecommitdiff
path: root/src/GudhUI/gui/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GudhUI/gui/MainWindow.h')
-rw-r--r--src/GudhUI/gui/MainWindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GudhUI/gui/MainWindow.h b/src/GudhUI/gui/MainWindow.h
index c8c3fcf6..3fe0d720 100644
--- a/src/GudhUI/gui/MainWindow.h
+++ b/src/GudhUI/gui/MainWindow.h
@@ -26,6 +26,9 @@
// Workaround for moc-qt4 not parsing boost headers
#include <CGAL/config.h>
+// Workaround https://svn.boost.org/trac/boost/ticket/12534
+#include <boost/container/flat_map.hpp>
+
#include <QMainWindow>
#include "ui_main_window.h"
#include "model/Model.h"