From 2607b9a12b67fd81f38f9141e33958473ba2275c Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Sun, 11 Sep 2016 12:59:09 +0200 Subject: [PATCH] Fixed Boost version check --- src/Exporter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Exporter.cpp b/src/Exporter.cpp index 25e3f7c..0a15512 100644 --- a/src/Exporter.cpp +++ b/src/Exporter.cpp @@ -2,6 +2,7 @@ #include #include #include +#include using std::string; using boost::property_tree::ptree;