diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Globals.h b/source/Globals.h index 02559647d..1ca16fec1 100644 --- a/source/Globals.h +++ b/source/Globals.h @@ -28,7 +28,6 @@ #include <semaphore.h>
#include <errno.h>
#include <fcntl.h>
- #include <memory.h>
#endif
@@ -56,6 +55,7 @@ #include <string>
#include <map>
#include <algorithm>
+#include <memory>
|