summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/points/COIL_database/README2
-rw-r--r--src/GudhUI/gui/MainWindow.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/data/points/COIL_database/README b/data/points/COIL_database/README
index 70e013d7..32d059cf 100644
--- a/data/points/COIL_database/README
+++ b/data/points/COIL_database/README
@@ -1,5 +1,7 @@
The datasets in this folder come from the Columbia University Image Library (COIL-100) dataset.
+Ambient dimension is 16384 (128*128)
+
References:
http://www.cs.columbia.edu/CAVE/software/softlib/coil-100.php
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"