summaryrefslogtreecommitdiff
path: root/app-misc/openrgb/files/openrgb-0.8-gcc-13.patch
blob: 2a78d8f4ab5c6c3572dbd2ca07e20062a8f1c412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff --git a/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp b/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp
index 2bdc37ad695dfdc870cb912f17fffd54bda2b89b..17080edb896f74c9393049041c25347d38a8a6f5 100644
--- a/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp
+++ b/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp
@@ -10,6 +10,7 @@
 #include "ENESMBusInterface_SpectrixS40G.h"
 #include <sys/ioctl.h>
 #include <cstring>
+#include <cstdint>
 
 /*---------------------------------------------------------------------*\
 | Functions for submitting NVME admin passthrough command taken from    |
diff --git a/Controllers/SteelSeriesController/SteelSeriesMouseController.h b/Controllers/SteelSeriesController/SteelSeriesMouseController.h
index 64df7a1cc0351ccb8f306984c8b554f8eb3dcc6e..a4e561a3504c1def8acdd1921dc3955df7f68271 100644
--- a/Controllers/SteelSeriesController/SteelSeriesMouseController.h
+++ b/Controllers/SteelSeriesController/SteelSeriesMouseController.h
@@ -10,6 +10,7 @@
 #include <hidapi/hidapi.h>
 #include <vector>
 #include "SteelSeriesGeneric.h"
+#include <cstdint>
 
 #pragma once
 
diff --git a/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp b/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp
index 8f0cd4cdb637ea5f474b1caf587dc3c98c5dba89..367e9175b07548845696616aef86920ca2536bb4 100644
--- a/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp
+++ b/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp
@@ -11,6 +11,7 @@
 #include <cstring>
 #include <stdio.h>
 #include <stdlib.h>
+#include <cstdint>
 
 static void send_usb_msg(hid_device* dev, char * data_pkt, unsigned int size)
 {