summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clant.json6
-rw-r--r--src/Canvas.cpp3
2 files changed, 8 insertions, 1 deletions
diff --git a/.clant.json b/.clant.json
index 53ac5a9..d178369 100644
--- a/.clant.json
+++ b/.clant.json
@@ -1,4 +1,8 @@
{
"version": "1.0.0",
- "mapping_files": ["boost-all.imp", ".includes.imp"]
+ "mapping_files": [
+ ".includes.imp",
+ "boost-1.64-all-private.imp",
+ "boost-1.64-all.imp"
+ ]
}
diff --git a/src/Canvas.cpp b/src/Canvas.cpp
index 1de5269..423be7d 100644
--- a/src/Canvas.cpp
+++ b/src/Canvas.cpp
@@ -42,7 +42,10 @@ PATCHAGE_DISABLE_FMT_WARNINGS
#include <fmt/ostream.h>
PATCHAGE_RESTORE_WARNINGS
+#include <boost/optional/optional.hpp>
#include <gdk/gdkkeysyms.h>
+#include <sigc++/functors/mem_fun.h>
+#include <sigc++/signal.h>
#include <cassert>
#include <iosfwd>