fix precompile on lastest unified measurement

This commit is contained in:
liukaiwen
2024-04-30 02:17:47 +08:00
committed by Chris Hennes
parent 680792030f
commit 45e6d4e1e8
2 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
* <https://www.gnu.org/licenses/>. *
* *
**************************************************************************/
#include "PreCompiled.h"
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Base/VectorPy.h>

View File

@@ -90,6 +90,7 @@
#include <Inventor/draggers/SoDragger.h>
#include <Inventor/draggers/SoTrackballDragger.h>
#include <Inventor/draggers/SoTransformerDragger.h>
#include <Inventor/draggers/SoTranslate2Dragger.h>
#include <Inventor/elements/SoCacheElement.h>
#include <Inventor/elements/SoComplexityElement.h>
@@ -126,10 +127,12 @@
#include <Inventor/elements/SoWindowElement.h>
#include <Inventor/engines/SoCalculator.h>
#include <Inventor/engines/SoComposeMatrix.h>
#include <Inventor/engines/SoComposeVec3f.h>
#include <Inventor/engines/SoComposeRotationFromTo.h>
#include <Inventor/engines/SoComposeRotation.h>
#include <Inventor/engines/SoConcatenate.h>
#include <Inventor/engines/SoTransformVec3f.h>
#include <Inventor/errors/SoDebugError.h>
#include <Inventor/errors/SoError.h>