From f434ff304bb23d7f124e2467a59d3fe30f56b28f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 18:01:56 +0100 Subject: Refine include configuration for consistency with other projects --- .clant.json | 6 +++++- src/Canvas.cpp | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 PATCHAGE_RESTORE_WARNINGS +#include #include +#include +#include #include #include -- cgit v1.2.1