mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Fix building with gcc 13 (#6723)
Trivial fix to build with gcc 13 reported in #6722. Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
This commit is contained in:
parent
f928b44606
commit
520e692a43
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue