Browse Source

Add missing include

Maia 1 week ago
parent
commit
5938dce5de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/SDL3/SDL_hidapi.h

+ 1 - 0
include/SDL3/SDL_hidapi.h

@@ -55,6 +55,7 @@
 
 #include <SDL3/SDL_stdinc.h>
 #include <SDL3/SDL_error.h>
+#include <SDL3/SDL_properties.h>
 
 #include <SDL3/SDL_begin_code.h>
 /* Set up for C function definitions, even when using C++ */