boost: [skip ci] fix for boost < 1.60

This commit is contained in:
wmayer
2020-06-15 21:33:56 +02:00
parent b7a448dadc
commit 76aac3a221
3 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#endif
#include <unordered_map>
#include <unordered_set>
#include <boost/algorithm/string/predicate.hpp>
#include <Base/Console.h>