Quellcode durchsuchen

SDL_cocoavideo.m: add missing SDL_cocoaopengles.h include

Steven Noonan vor 3 Jahren
Ursprung
Commit
019e9d4c92
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/video/cocoa/SDL_cocoavideo.m

+ 1 - 0
src/video/cocoa/SDL_cocoavideo.m

@@ -32,6 +32,7 @@
 #include "SDL_cocoashape.h"
 #include "SDL_cocoavulkan.h"
 #include "SDL_cocoametalview.h"
+#include "SDL_cocoaopengles.h"
 
 @implementation SDL_VideoData