Include ngcore.hpp in nginterface(_v2).hpp

Currently both interface files depend on ngcore but do not include it.
This commit is contained in:
Matthias Hochsteger 2019-05-13 14:49:25 +02:00
parent ed5779df05
commit a627a0c9b3
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
/* Date: 20. Nov. 99 */
/**************************************************************************/
#include "../core/ngcore.hpp"
/*
Application program interface to Netgen

View File

@ -8,6 +8,8 @@
/* Date: May 09 */
/**************************************************************************/
#include "../core/ngcore.hpp"
/*
C++ interface to Netgen
*/