mirror of https://github.com/encounter/SDL.git
SDL_cocoavideo.m: add missing SDL_cocoaopengles.h include
This commit is contained in:
parent
dd72f3f03d
commit
019e9d4c92
|
@ -32,6 +32,7 @@
|
||||||
#include "SDL_cocoashape.h"
|
#include "SDL_cocoashape.h"
|
||||||
#include "SDL_cocoavulkan.h"
|
#include "SDL_cocoavulkan.h"
|
||||||
#include "SDL_cocoametalview.h"
|
#include "SDL_cocoametalview.h"
|
||||||
|
#include "SDL_cocoaopengles.h"
|
||||||
|
|
||||||
@implementation SDL_VideoData
|
@implementation SDL_VideoData
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue