* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / contrib / openrgb / hotfix-stdint.patch
blobb845fdc06debcda54cbde6b53462eb910a0b3929
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/openrgb/hotfix-stdint.patch
3 # Copyright (C) 2023 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- OpenRGB-release_0.8/Controllers/SteelSeriesController/SteelSeriesRival3Controller.h.vanilla 2023-05-11 15:33:05.453161916 +0200
15 +++ OpenRGB-release_0.8/Controllers/SteelSeriesController/SteelSeriesRival3Controller.h 2023-05-11 15:33:11.464162350 +0200
16 @@ -8,6 +8,7 @@
17 \*-----------------------------------------*/
19 #include <string>
20 +#include <inttypes.h>
21 #include <hidapi/hidapi.h>
23 #include "SteelSeriesGeneric.h"
24 --- OpenRGB-release_0.8/Controllers/SteelSeriesController/SteelSeriesRivalController.h.vanilla 2023-05-11 15:44:48.664212691 +0200
25 +++ OpenRGB-release_0.8/Controllers/SteelSeriesController/SteelSeriesRivalController.h 2023-05-11 15:44:56.150213231 +0200
26 @@ -8,6 +8,7 @@
27 \*-----------------------------------------*/
29 #include <string>
30 +#include <stdint.h>
31 #include <hidapi/hidapi.h>
33 #include "SteelSeriesGeneric.h"
34 --- OpenRGB-release_0.8/Controllers/SteelSeriesController/SteelSeriesMouseController.h.vanilla 2023-05-11 15:44:10.292209920 +0200
35 +++ OpenRGB-release_0.8/Controllers/SteelSeriesController/SteelSeriesMouseController.h 2023-05-11 15:44:22.214210781 +0200
36 @@ -9,6 +9,7 @@
37 #include <string>
38 #include <hidapi/hidapi.h>
39 #include <vector>
40 +#include <stdint.h>
41 #include "SteelSeriesGeneric.h"
43 #pragma once
44 --- OpenRGB-release_0.8/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface.h.vanilla 2023-05-11 15:45:15.683214642 +0200
45 +++ OpenRGB-release_0.8/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface.h 2023-05-11 15:45:20.861215016 +0200
46 @@ -7,6 +7,7 @@
47 \*-----------------------------------------*/
49 #include <string>
50 +#include <stdint.h>
52 #pragma once