mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +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 <atomic>
|
||||
#include "meshing.hpp"
|
||||
|
||||
#ifdef NG_PYTHON
|
||||
// must be included to instantiate Archive::Shallow(NetgenGeometry&)
|
||||
#include <core/python_ngcore.hpp>
|
||||
#endif
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user