TD: [skip ci] fix build failure with boost >= 1.78 on Windows

This commit is contained in:
wmayer
2022-12-08 22:11:33 +01:00
parent 1189be75d0
commit 3c4375986e
5 changed files with 20 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#ifndef _PreComp_
#include <iomanip>
#include <sstream>
#include <boost/regex.hpp>
#include <boost_regex.hpp>
#endif
#include <App/Property.h>