From ef5cd515437e835ad7d1cf89474ae584c733cc8e Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Mon, 19 Jan 2009 18:19:17 +0000 Subject: [PATCH] lapack --- ng/ngappinit.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;