浏览代码

Add missing include

Maia 1 周之前
父节点
当前提交
5938dce5de
共有 1 个文件被更改,包括 1 次插入0 次删除
  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++ */