better linux/g++ compatibility

This commit is contained in:
Kelvin Sherlock
2016-08-16 13:06:12 -04:00
parent 3885c06698
commit b4ce209d83
6 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
#include <algorithm>
#include <cerrno>
#include <cstring>
#include <cstddef>
#include <sys/types.h>
#include <sys/mman.h>