Gui: fix possible build failure

This commit is contained in:
wmayer
2024-04-30 22:53:22 +02:00
committed by wwmayer
parent 9c4ea89f84
commit 2d41a7eb12

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#include "ArcEngine.h"
#include <limits>
#include <vector>
# include <Inventor/engines/SoCalculator.h>
@@ -132,4 +133,4 @@ void ArcEngine::defaultValues()
SO_ENGINE_OUTPUT(pointCount, SoSFInt32, setValue(2));
SbVec3f point3(7.07f, 7.07f, 0.0);
SO_ENGINE_OUTPUT(midpoint, SoSFVec3f, setValue(point3));
}
}