소스 검색

Fix missing #include in SDL_blendmode.h

Regressed when SDL_BlendMode was changed from an enum to a typedef Uint32.
Susko3 11 달 전
부모
커밋
f229e940a4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/SDL3/SDL_blendmode.h

+ 2 - 0
include/SDL3/SDL_blendmode.h

@@ -28,6 +28,8 @@
 #ifndef SDL_blendmode_h_
 #define SDL_blendmode_h_
 
+#include <SDL3/SDL_stdinc.h>
+
 #include <SDL3/SDL_begin_code.h>
 /* Set up for C function definitions, even when using C++ */
 #ifdef __cplusplus