소스 검색

Patched to compile.

Ryan C. Gordon 5 년 전
부모
커밋
b5affd12e6
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/video/cocoa/SDL_cocoaopengles.m
  2. 1 0
      src/video/windows/SDL_windowsopengles.c

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

@@ -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 */
 

+ 1 - 0
src/video/windows/SDL_windowsopengles.c

@@ -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 */