fix compilation on mac; openmp issues and an unneeded typename

This commit is contained in:
Emil Tin
2011-11-26 16:42:15 +01:00
parent f10bf842c6
commit f511af0f0c
10 changed files with 21 additions and 38 deletions
-4
View File
@@ -27,10 +27,6 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <cstdlib>
#ifdef _OPENMP
#include <omp.h>
#endif
#include "Server.h"
#include "ServerConfiguration.h"