Fix missing include

Odd that it only started causing problems for Travis after making a
couple of commits that didn't change any C++ code...
This commit is contained in:
Oliver Hamlet
2016-06-07 19:42:29 +01:00
parent eb7bc503c2
commit a9d1793af1
+1
View File
@@ -28,6 +28,7 @@
#include "../error.h"
#include <thread>
#include <cmath>
#include <boost/algorithm/string.hpp>
#include <boost/locale.hpp>