Fix building with GCC 13

This commit is contained in:
Artem 2023-03-15 20:34:35 +00:00 committed by Adam Honse
parent f579b1cd15
commit 269ebeddb4
3 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <hidapi/hidapi.h>
#include <vector>
#include "SteelSeriesGeneric.h"
#include <cstdint>
#pragma once

View file

@ -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)
{