Path: Add libarea to PCH
This commit is contained in:
committed by
abdullahtahiriyo
parent
45f44a2d9f
commit
635ce5cd81
@@ -92,7 +92,11 @@
|
||||
#include <Mod/Part/App/FaceMakerBullseye.h>
|
||||
#include <Mod/Part/App/CrossSection.h>
|
||||
#include "Area.h"
|
||||
#include "../libarea/Area.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include "../libarea/Area.h"
|
||||
#endif
|
||||
|
||||
|
||||
namespace bg = boost::geometry;
|
||||
namespace bgi = boost::geometry::index;
|
||||
|
||||
@@ -56,6 +56,9 @@
|
||||
#include <cinttypes>
|
||||
#include <iomanip>
|
||||
|
||||
// Libarea
|
||||
#include "../libarea/Area.h"
|
||||
|
||||
// Python
|
||||
#include <Python.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user