summaryrefslogtreecommitdiff
blob: 74f8abed1e3b7171359af2cce9808c8289c15395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/util/tptr.h b/src/util/tptr.h
index 6213b2efa40..2a35af5353d 100644
--- a/src/util/tptr.h
+++ b/src/util/tptr.h
@@ -20,6 +20,7 @@ Revision History:
 #pragma once
 
 #include "util/machine.h"
+#include <cstdint>
 
 #define TAG_SHIFT        PTR_ALIGNMENT
 #define ALIGNMENT_VALUE  (1 << PTR_ALIGNMENT)