mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
10 lines
169 B
Diff
10 lines
169 B
Diff
--- a/src/util/tptr.h
|
|
+++ b/src/util/tptr.h
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include "util/machine.h"
|
|
|
|
#define TAG_SHIFT PTR_ALIGNMENT
|