Procházet zdrojové kódy

Add missing include

Susko3 před 2 roky
rodič
revize
86d36a2dc2
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      include/SDL3/SDL_properties.h

+ 2 - 0
include/SDL3/SDL_properties.h

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