瀏覽代碼

Fix missing #include in SDL_blendmode.h

Regressed when SDL_BlendMode was changed from an enum to a typedef Uint32.
Susko3 2 年之前
父節點
當前提交
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_
 #ifndef SDL_blendmode_h_
 #define SDL_blendmode_h_
 #define SDL_blendmode_h_
 
 
+#include <SDL3/SDL_stdinc.h>
+
 #include <SDL3/SDL_begin_code.h>
 #include <SDL3/SDL_begin_code.h>
 /* Set up for C function definitions, even when using C++ */
 /* Set up for C function definitions, even when using C++ */
 #ifdef __cplusplus
 #ifdef __cplusplus