diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-21 14:12:49 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 01:36:54 +0200 |
commit | 2d044a67c932403b81fdde6f81d461c6e7c11efe (patch) | |
tree | 84e423036be6e126d39ad18b02662f6ea6677ea1 /src/common/memory_util.h | |
parent | Common: Cleanup profiler includes. (diff) | |
download | yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.gz yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.bz2 yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.lz yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.xz yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.zst yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.zip |
Diffstat (limited to 'src/common/memory_util.h')
-rw-r--r-- | src/common/memory_util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/memory_util.h b/src/common/memory_util.h index 9fdbf1f12..9bf37c44f 100644 --- a/src/common/memory_util.h +++ b/src/common/memory_util.h @@ -4,9 +4,7 @@ #pragma once -#ifndef _WIN32 -#include <sys/mman.h> -#endif +#include <cstddef> #include <string> void* AllocateExecutableMemory(size_t size, bool low = true); |