Add missing header for boost::algorithm::to_upper_copy

This commit is contained in:
Yuri D'Elia 2020-09-21 20:09:52 +02:00 committed by Merill
parent e46ea61802
commit cb135edb26

View File

@ -25,6 +25,8 @@ TODO LIST
#include "BoundingBox.hpp"
#include "Flow.hpp"
#include <boost/algorithm/string/case_conv.hpp>
#if defined(__linux) || defined(__GNUC__ )
#include <strings.h>
#endif /* __linux */