소스 검색

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++ */