Skip to content

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 16, 2020
1 parent 3b38e61 commit b5affd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/video/cocoa/SDL_cocoaopengles.m
Expand Up @@ -25,6 +25,7 @@
#include "SDL_cocoavideo.h"
#include "SDL_cocoaopengles.h"
#include "SDL_cocoaopengl.h"
#include "SDL_assert.h"

/* EGL implementation of SDL OpenGL support */

Expand Down
1 change: 1 addition & 0 deletions src/video/windows/SDL_windowsopengles.c
Expand Up @@ -25,6 +25,7 @@
#include "SDL_windowsvideo.h"
#include "SDL_windowsopengles.h"
#include "SDL_windowsopengl.h"
#include "SDL_assert.h"

/* EGL implementation of SDL OpenGL support */

Expand Down

0 comments on commit b5affd1

Please sign in to comment.