include string header for colortemp.h

To fix mac clang compilation ````error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
    std::string method;````
This commit is contained in:
Benitoite
2017-12-13 18:23:21 -08:00
committed by GitHub
parent 5ab3dbb6a5
commit 5664139579

View File

@@ -21,6 +21,7 @@
#include <cmath>
#include <map>
#include <string>
namespace rtengine
{