fix MSVC compiler warning

This commit is contained in:
wmayer
2019-09-14 12:15:35 +02:00
parent 1cdd2d166f
commit 0e2ee0bb22

View File

@@ -24,6 +24,10 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# ifdef _MSC_VER
# define _USE_MATH_DEFINES
# include <cmath>
# endif //_MSC_VER
#endif
#include "ViewProviderAttachExtension.h"