Skip to content

Commit

Permalink
Gui: fix possible build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 1, 2024
1 parent a02ff7a commit 02df1c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Gui/ArcEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "PreCompiled.h"

#include "ArcEngine.h"
#include <limits>
#include <vector>

# include <Inventor/engines/SoCalculator.h>
Expand Down Expand Up @@ -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));
}
}

0 comments on commit 02df1c8

Please sign in to comment.