diff --git a/ng/ngappinit.cpp b/ng/ngappinit.cpp index f9c8a776..cb0df69e 100644 --- a/ng/ngappinit.cpp +++ b/ng/ngappinit.cpp @@ -9,9 +9,11 @@ #ifdef LINUX #include -#include #endif +#include + + #ifdef PARALLEL #include @@ -114,6 +116,7 @@ int main(int argc, char ** argv) cout << "Developed at RWTH Aachen University, Germany" << endl << "and Johannes Kepler University Linz, Austria" << endl; + #ifdef OCCGEOMETRY cout << "Including OpenCascade geometry kernel" << endl;