summaryrefslogtreecommitdiff
path: root/src/common/mem_arena.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mem_arena.h')
-rw-r--r--src/common/mem_arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mem_arena.h b/src/common/mem_arena.h
index 3379d2529..d514fe58c 100644
--- a/src/common/mem_arena.h
+++ b/src/common/mem_arena.h
@@ -21,7 +21,7 @@
21#include <windows.h> 21#include <windows.h>
22#endif 22#endif
23 23
24#include "common/common.h" 24#include "common/common_types.h"
25 25
26// This class lets you create a block of anonymous RAM, and then arbitrarily map views into it. 26// This class lets you create a block of anonymous RAM, and then arbitrarily map views into it.
27// Multiple views can mirror the same section of the block, which makes it very convient for emulating 27// Multiple views can mirror the same section of the block, which makes it very convient for emulating