Fix building with GCC 13
This commit is contained in:
parent
f579b1cd15
commit
269ebeddb4
3 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue