mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-29 02:04:13 -04:00
Fix building with GCC 13
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <vector>
|
||||
#include "SteelSeriesGeneric.h"
|
||||
#include <cstdint>
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user