Add support for OCCT 7.8.0 (#11909)

This commit is contained in:
bgbsww
2024-01-09 20:47:25 -05:00
committed by GitHub
parent b1ee268d98
commit bd1fc0fc03
29 changed files with 161 additions and 35 deletions

View File

@@ -22,7 +22,8 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Standard_math.hxx>
#define _USE_MATH_DEFINES
# include <math.h>
#endif
#include <Base/Vector3D.h>

View File

@@ -38,8 +38,6 @@
# define PathGuiExport
#endif
#include <Standard_math.hxx>
#ifdef _MSC_VER
# pragma warning( disable : 4273 )
#endif