summaryrefslogtreecommitdiff
path: root/src/GudhUI
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-12 05:23:28 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-12 05:23:28 +0000
commitf0e5330a88f9e89a887769ab79f6db6dd4e1c35a (patch)
tree7f699cdc9577226aef2867043ee152ee214bd040 /src/GudhUI
parent5ab0326c35a5f379f528d30f34ed37db1b62ffcc (diff)
Boost bug https://svn.boost.org/trac/boost/ticket/12534
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1847 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 063ad9bf7bcf1163dc4935f8bdd93d6ea334609f
Diffstat (limited to 'src/GudhUI')
-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"