moved openmp replacement header

This commit is contained in:
Emil Tin
2011-11-25 21:54:19 +01:00
parent a3000019db
commit d72c48500b
4 changed files with 17 additions and 7 deletions
+5 -1
View File
@@ -24,7 +24,11 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include "openmp.h"
#ifdef _OPENMP
#include <omp.h>
#else
#include "Util/OpenMPReplacement.h"
#endif
#include "Server/ServerConfiguration.h"
#include "Server/ServerFactory.h"