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 7b71c37e0e
commit be664a0625

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>