[Points] improve PreCompiled.h handling

This commit is contained in:
Uwe
2022-12-07 17:52:49 +01:00
parent 332af8f413
commit cc4b8b4cd1
9 changed files with 40 additions and 57 deletions

View File

@@ -21,8 +21,9 @@
***************************************************************************/
#include "PreCompiled.h"
#include <boost/math/special_functions/fpclassify.hpp>
#ifndef _PreComp_
# include <boost/math/special_functions/fpclassify.hpp>
#endif
#include <Base/Builder3D.h>
#include <Base/Converter.h>