Files
main/programming/library/z3/files/gcc13.patch
T
2024-08-18 16:13:20 +03:00

12 lines
334 B
Diff

diff -Nuar a/src/util/tptr.h b/src/util/tptr.h
--- a/src/util/tptr.h 2023-05-12 22:59:04.000000000 +0300
+++ b/src/util/tptr.h 2024-08-18 16:11:47.811835655 +0300
@@ -20,6 +20,7 @@
#pragma once
#include "util/machine.h"
+#include <stdint.h>
#define TAG_SHIFT PTR_ALIGNMENT
#define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)