From 3502be28262e7095a34c2e0c9e05e023568fe523 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 13 Mar 2019 19:11:12 +0100 Subject: [PATCH] Adapt to c++utilities v5 --- CMakeLists.txt | 2 +- paletteeditor/paletteeditor.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8bc1b1..cb61a22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,7 +171,7 @@ else () endif () # find c++utilities -find_package(c++utilities 4.13.0 REQUIRED) +find_package(c++utilities 5.0.0 REQUIRED) use_cpp_utilities() # include modules to apply configuration diff --git a/paletteeditor/paletteeditor.h b/paletteeditor/paletteeditor.h index 99d5579..81439b8 100644 --- a/paletteeditor/paletteeditor.h +++ b/paletteeditor/paletteeditor.h @@ -3,8 +3,6 @@ #include "../global.h" -#include - #include #include