TechDraw: Fix Windows compilation
This commit is contained in:
committed by
WandererFan
parent
8b65ca7a22
commit
b186f62081
@@ -21,8 +21,11 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <boost/uuid/uuid_generators.hpp>
|
||||
#include <boost/uuid/uuid_io.hpp>
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <boost/uuid/uuid_generators.hpp>
|
||||
#include <boost/uuid/uuid_io.hpp>
|
||||
#endif // _PreComp_
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <Base/Persistence.h>
|
||||
|
||||
@@ -24,11 +24,10 @@
|
||||
#define TECHDRAW_COSMETIC_VERTEX_H
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <App/FeaturePython.h>
|
||||
#include <Base/Persistence.h>
|
||||
#include <Base/Vector3D.h>
|
||||
#endif
|
||||
|
||||
#include <App/FeaturePython.h>
|
||||
#include <Base/Persistence.h>
|
||||
#include <Base/Vector3D.h>
|
||||
|
||||
#include "Geometry.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user