[Gui] add 2 includes necessary for debug builds
- as reported: https://github.com/FreeCAD/FreeCAD/commit/c4f5628899 this is necessary e.g. on Manjaro
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <boost/interprocess/sync/file_lock.hpp>
|
||||
# include <Inventor/errors/SoDebugError.h>
|
||||
# include <Inventor/errors/SoError.h>
|
||||
# include <QCloseEvent>
|
||||
# include <QDir>
|
||||
# include <QFileInfo>
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
#include <Inventor/engines/SoComposeRotationFromTo.h>
|
||||
#include <Inventor/engines/SoComposeRotation.h>
|
||||
#include <Inventor/errors/SoDebugError.h>
|
||||
#include <Inventor/errors/SoError.h>
|
||||
#include <Inventor/errors/SoReadError.h>
|
||||
#include <Inventor/events/SoEvent.h>
|
||||
#include <Inventor/events/SoKeyboardEvent.h>
|
||||
|
||||
Reference in New Issue
Block a user