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