mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 13:41:59 +01:00
25 lines
618 B
Diff
25 lines
618 B
Diff
From c761b1eec084962dbe64d35d7f7b86dcbe57a3f7 Mon Sep 17 00:00:00 2001
|
|
From: Luca Weiss <luca@z3ntu.xyz>
|
|
Date: Wed, 7 Jun 2023 09:59:29 +0200
|
|
Subject: [PATCH] Add missing headers for GCC13
|
|
|
|
---
|
|
include/core/dbus/message.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/core/dbus/message.h b/include/core/dbus/message.h
|
|
index a6c2325..2a7b26c 100644
|
|
--- a/include/core/dbus/message.h
|
|
+++ b/include/core/dbus/message.h
|
|
@@ -25,6 +25,7 @@
|
|
#include <core/dbus/types/signature.h>
|
|
#include <core/dbus/types/unix_fd.h>
|
|
|
|
+#include <cstdint>
|
|
#include <exception>
|
|
#include <map>
|
|
#include <memory>
|
|
--
|
|
2.41.0
|
|
|