OSX Mem.cpp fix (#70) Thx to @djfinch

* OSX Mem.cp fix
* Fixed current serverTime overflow.
This commit is contained in:
djfinch 2018-03-19 23:04:19 +01:00 committed by Ben Gräf
parent 3908ea7b1d
commit f652fe5b06
3 changed files with 6 additions and 6 deletions

View file

@ -27,8 +27,8 @@
#define __MEM_H__
#include <cstddef>
#include <cstdint>
#include <stddef.h>
#include <stdint.h>
#include <bitset>
#include "Options.h"