- Fix build with GCC 13, add add_missing_cstdint.patch - Fix failing builds of tests on Leap 15.x, add 0001-Add-missing-UsbDeviceMock-for-MustangTest.patch, update 0001-Build-helper-libraries-as-OBJECT-libraries.patch OBS-URL: https://build.opensuse.org/request/show/1077207 OBS-URL: https://build.opensuse.org/package/show/hardware/mustang-plug?expand=0&rev=3
22 lines
519 B
Diff
22 lines
519 B
Diff
From 79bdcbc2ed1209761d9a29795384b39b0dba5ca8 Mon Sep 17 00:00:00 2001
|
|
From: offa <bm-dev@yandex.com>
|
|
Date: Wed, 1 Feb 2023 16:50:22 +0100
|
|
Subject: [PATCH] Add missing include (#268)
|
|
|
|
---
|
|
include/com/Packet.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/com/Packet.h b/include/com/Packet.h
|
|
index 6d8830f..0d0392a 100644
|
|
--- a/include/com/Packet.h
|
|
+++ b/include/com/Packet.h
|
|
@@ -24,6 +24,7 @@
|
|
#include <algorithm>
|
|
#include <string>
|
|
#include <string_view>
|
|
+#include <cstdint>
|
|
|
|
namespace plug::com
|
|
{
|