From 566413957965696452223ac41ee86d5d3d1f44df Mon Sep 17 00:00:00 2001 From: Benitoite Date: Wed, 13 Dec 2017 18:23:21 -0800 Subject: [PATCH] include string header for colortemp.h To fix mac clang compilation ````error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' std::string method;```` --- rtengine/colortemp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtengine/colortemp.h b/rtengine/colortemp.h index d96e6f5ce..145c8ed20 100644 --- a/rtengine/colortemp.h +++ b/rtengine/colortemp.h @@ -21,6 +21,7 @@ #include #include +#include namespace rtengine {