Skip to content

Commit 520e692

Browse files
authored
Fix building with gcc 13 (#6723)
Trivial fix to build with gcc 13 reported in #6722. Signed-off-by: Tomasz Kłoczko <[email protected]>
1 parent f928b44 commit 520e692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/tptr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Revision History:
2020
#pragma once
2121

2222
#include "util/machine.h"
23+
#include <cstdint>
2324

2425
#define TAG_SHIFT PTR_ALIGNMENT
2526
#define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)

0 commit comments

Comments
 (0)