From c44e9dfa4448e9c9b89d9b8f5b32b57101be8737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=B6ssie?= Date: Thu, 31 Oct 2019 12:55:12 +0100 Subject: [PATCH] Add missing includes for latest GCC 9 --- rtengine/lcp.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtengine/lcp.cc b/rtengine/lcp.cc index 0b73f6960..b42950eb4 100644 --- a/rtengine/lcp.cc +++ b/rtengine/lcp.cc @@ -18,6 +18,7 @@ */ #include +#include #include #include @@ -32,6 +33,7 @@ #include "lcp.h" #include "procparams.h" +#include "rt_math.h" #include "settings.h" #include "utils.h"