[skip ci] include missing boost header

This commit is contained in:
wmayer
2020-06-07 15:54:34 +02:00
parent f317f05837
commit 7c6a2ee78a
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <boost/bind.hpp>
#endif
#include "DocumentObjectGroup.h"

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <boost/bind.hpp>
#endif
#include <boost/algorithm/string/predicate.hpp>