mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
10 lines
191 B
C++
10 lines
191 B
C++
#ifndef NETGEN_CORE_NGCORE_HPP
|
|
#define NETGEN_CORE_NGCORE_HPP
|
|
|
|
#include "archive.hpp"
|
|
#include "exception.hpp"
|
|
#include "logging.hpp"
|
|
#include "version.hpp"
|
|
|
|
#endif // NETGEN_CORE_NGCORE_HPP
|