mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Don't include python headers in non-python builds
This commit is contained in:
parent
aa580e4025
commit
69a420aacb
@ -1,7 +1,11 @@
|
|||||||
#include <mystdlib.h>
|
#include <mystdlib.h>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include "meshing.hpp"
|
#include "meshing.hpp"
|
||||||
|
|
||||||
|
#ifdef NG_PYTHON
|
||||||
|
// must be included to instantiate Archive::Shallow(NetgenGeometry&)
|
||||||
#include <core/python_ngcore.hpp>
|
#include <core/python_ngcore.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace netgen
|
namespace netgen
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user