[Points] re-add a header

This commit is contained in:
Uwe
2022-12-07 23:19:38 +01:00
parent 0424ddc598
commit 23375fccba
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
# include <boost/lexical_cast.hpp>
# include <boost/regex.hpp>
# include <boost/algorithm/string.hpp>
# include <boost/math/special_functions/fpclassify.hpp> // needed for compilation on some systems
#endif
#include <Base/Console.h>

View File

@@ -48,9 +48,9 @@
// boost
# include <boost/lexical_cast.hpp>
# include <boost/math/special_functions/fpclassify.hpp>
# include <boost/regex.hpp>
# include <boost/algorithm/string.hpp>
# include <boost/math/special_functions/fpclassify.hpp>
// Qt
# include <QtConcurrentMap>