Add missing include

This commit is contained in:
Jonas Kulla 2017-04-08 20:06:12 +02:00
parent e4079d5738
commit 06feafe9ef
1 changed files with 1 additions and 0 deletions

View File

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