Skip to content
Snippets Groups Projects
Commit 4a4691b1 authored by TESLA01\soerenpeters's avatar TESLA01\soerenpeters
Browse files

Fix include in MemoryUtil.h

parent 47b73c8b
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
#include "CoordinateTransformation3D.h" #include "CoordinateTransformation3D.h"
#include "Grid3D.h" #include "Grid3D.h"
#include "MPIIODataStructures.h" #include "MPIIODataStructures.h"
#include "UbLogger.h"
#include "MemoryUtil.h" #include "MemoryUtil.h"
#include "UbFileInputASCII.h" #include "UbFileInputASCII.h"
#include "UbFileOutputASCII.h" #include "UbFileOutputASCII.h"
#include "UbLogger.h"
#include "UbScheduler.h" #include "UbScheduler.h"
using namespace MPIIODataStructures; using namespace MPIIODataStructures;
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
#if defined(_WIN32) || defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)
#define MEMORYUTIL_WINDOWS #define MEMORYUTIL_WINDOWS
#include "psapi.h"
#include "windows.h" #include "windows.h"
#include "psapi.h"
#pragma comment(lib, "psapi.lib") #pragma comment(lib, "psapi.lib")
#elif defined __APPLE__ #elif defined __APPLE__
#define MEMORYUTIL_APPLE #define MEMORYUTIL_APPLE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment