diff --git a/source/main.cpp b/source/main.cpp index 345445f134..00a760c53a 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -11,6 +11,7 @@ #ifdef _OPENMP #include #endif +#include int main(int argc, char** argv) { @@ -51,6 +52,10 @@ int main(int argc, char** argv) #ifdef _OPENMP fftw_cleanup_threads(); #endif + if(true) + std::cout<