Compile fixes if OpenMP is not available

This commit is contained in:
Dennis Luxen
2011-11-03 10:53:40 -05:00
parent 5274af7730
commit 3fcabb642e
4 changed files with 13 additions and 0 deletions
+2
View File
@@ -28,7 +28,9 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <limits>
#include <vector>
#include <stxxl.h>
#ifdef _OPENMP
#include <omp.h>
#endif
#ifdef _WIN32
#include <math.h>