mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
12 lines
243 B
Diff
12 lines
243 B
Diff
diff --git a/ext/armips/Util/Util.h b/ext/armips/Util/Util.h
|
|
index d4916764..af77ed00 100644
|
|
--- a/ext/armips/Util/Util.h
|
|
+++ b/ext/armips/Util/Util.h
|
|
@@ -1,5 +1,6 @@
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <vector>
|
|
|