Add missing include

This commit is contained in:
Jonas Kulla 2017-04-08 20:06:12 +02:00 committed by Marty Plummer
parent 2e240d9fbe
commit 1bc2717744
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <SDL_timer.h> #include <SDL_timer.h>
#include <SDL_thread.h> #include <SDL_thread.h>
#include <SDL_touch.h> #include <SDL_touch.h>
#include <SDL_rect.h>
#include <al.h> #include <al.h>
#include <alc.h> #include <alc.h>