aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 23:09:28 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 23:09:28 -0400
commit8ce4990f69b6ce1f85a3a29774f7b07d68030e55 (patch)
treeaae53e3c9ed5d07ed2998e7fa0ffc04f9ca1c023 /main.c
parent9b8a1454f11de3728b2e0dc87d5778bce9761459 (diff)
downloadvolute-8ce4990f69b6ce1f85a3a29774f7b07d68030e55.zip
load compressor image
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index e2d8f95..2d3bb18 100644
--- a/main.c
+++ b/main.c
@@ -4,6 +4,8 @@
#include <stdio.h>
#include <stdlib.h>
+#include <SDL2/SDL.h>
+
#include "microui.h"
#include "renderer.h"
#include "unit.h"