There was an error while loading. Please reload this page.
1 parent 54e1ba5 commit 6d439c0Copy full SHA for 6d439c0
1 file changed
include/ext/memory/tagged_pointer.hpp
@@ -2,8 +2,10 @@
2
#ifndef EXT_MEMORY_TAGGED_POINTER_HEADER
3
#define EXT_MEMORY_TAGGED_POINTER_HEADER
4
5
-#include <cassert>
6
#include <ext/memory/align.hpp>
+
7
+#include <cassert>
8
+#include <cstdint>
9
#include <memory>
10
11
namespace ext { namespace memory {
0 commit comments