From 112d30b5d10ef2f4d2bde70a19e838efec136491 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Wed, 13 Dec 2017 12:07:59 +0100 Subject: [PATCH] Fix BSD build --- colorcorrection/manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colorcorrection/manager.cpp b/colorcorrection/manager.cpp index 5831d96922..01a643e20b 100644 --- a/colorcorrection/manager.cpp +++ b/colorcorrection/manager.cpp @@ -35,7 +35,9 @@ along with this program. If not, see . #include #include +#ifdef Q_OS_LINUX #include +#endif #include #include