Merge branch 'fix_broken_interface_headers' into 'master'

Include ngcore.hpp in nginterface(_v2).hpp

See merge request jschoeberl/netgen!161
This commit is contained in:
Joachim Schöberl 2019-05-14 19:42:10 +00:00
commit 0e8cc37ea1
2 changed files with 4 additions and 0 deletions

View File

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

View File

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