From 7ef19b51264191b919da76fb11718ac193b9da32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=B6ssie?= Date: Mon, 4 Nov 2019 14:48:06 +0100 Subject: [PATCH] Fix GCC 9.2.1 build --- rtengine/ciecam02.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtengine/ciecam02.h b/rtengine/ciecam02.h index 5f5dd9bca..8b532fba0 100644 --- a/rtengine/ciecam02.h +++ b/rtengine/ciecam02.h @@ -19,6 +19,7 @@ #pragma once #include +#include #include "opthelper.h"