summaryrefslogtreecommitdiff
path: root/GudhUI/gui/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'GudhUI/gui/MainWindow.h')
-rw-r--r--GudhUI/gui/MainWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/GudhUI/gui/MainWindow.h b/GudhUI/gui/MainWindow.h
index c8c3fcf6..15664dcb 100644
--- a/GudhUI/gui/MainWindow.h
+++ b/GudhUI/gui/MainWindow.h
@@ -23,8 +23,8 @@
#ifndef GUI_MAINWINDOW_H_
#define GUI_MAINWINDOW_H_
-// 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"