Skip to content

Commit

Permalink
[Points] re-add a header
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly committed Dec 7, 2022
1 parent e6b3d5a commit 378184f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Mod/Points/App/PointsAlgos.cpp
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Points/App/PreCompiled.h
Expand Up @@ -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>
Expand Down

0 comments on commit 378184f

Please sign in to comment.