Fix build fail by adding

#include <Inventor/draggers/SoDirectionalLightDragger.h> to PreCompiled.
This commit is contained in:
Paddle
2023-10-24 08:18:51 +02:00
committed by wwmayer
parent b70956ba3d
commit 2c3b467567

View File

@@ -86,6 +86,7 @@
#include <Inventor/details/SoPointDetail.h>
#include <Inventor/draggers/SoCenterballDragger.h>
#include <Inventor/draggers/SoDirectionalLightDragger.h>
#include <Inventor/draggers/SoDragger.h>
#include <Inventor/draggers/SoTrackballDragger.h>
#include <Inventor/draggers/SoTransformerDragger.h>