fix MSVC compiler warning
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user