Sketcher: Grid coin manager: fix includes

This commit is contained in:
Paddle
2022-11-21 15:53:34 +01:00
committed by abdullahtahiriyo
parent 40271a29ea
commit fbbadde9fe
2 changed files with 10 additions and 5 deletions

View File

@@ -30,12 +30,17 @@
# include <Inventor/nodes/SoMaterial.h>
# include <Inventor/nodes/SoPickStyle.h>
# include <Inventor/nodes/SoVertexProperty.h>
# include <Inventor/nodes/SoSeparator.h>
# include <Inventor/nodes/SoBaseColor.h>
# include <Inventor/SbVec3f.h>
#endif // #ifndef _PreComp_
#include <Gui/Application.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/SoFCBoundingBox.h>
#include "ViewProviderSketch.h"
#include "EditModeCoinManager.h"
#include "EditModeGridCoinManager.h"

View File

@@ -24,17 +24,17 @@
#ifndef SKETCHERGUI_EditModeGridCoinManager_H
#define SKETCHERGUI_EditModeGridCoinManager_H
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoBaseColor.h>
#include <Inventor/SbVec3f.h>
#include <Base/Parameter.h>
#include <App/Application.h>
#include <Gui/View3DInventorViewer.h>
#include "ViewProviderSketch.h"
#include "EditModeCoinManagerParameters.h"
class SoSeparator;
class SoBaseColor;
class SbVec3f;
class View3DInventorViewer;
namespace SketcherGui {
class ViewProviderSketch;