aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index fba7e32..985dddf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -9,6 +9,7 @@
#include <cstdlib>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
+#include <SDL2/SDL_mixer.h>
#include <SDL2/SDL_opengl.h>
typedef struct { float x; float y; }vec2;