Add missing include common.h

This commit is contained in:
Romain Vimont 2024-09-29 17:20:35 +02:00
parent ff9fb5994d
commit 064670ab4c

View File

@ -1,6 +1,8 @@
#ifndef SC_AOA_HID_H
#define SC_AOA_HID_H
#include "common.h"
#include <stdint.h>
#include <stdbool.h>