]> git.sesse.net Git - nageru/blobdiff - mixer.h
Run IWYU (plus lots of manual fiddling).
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index 2c6e51c7b51179fb6ed322ed696e24437522901f..70953bdd06124eb4819da26f6cf1b9e40e90c6f6 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -1,9 +1,13 @@
 #ifndef _MIXER_H
 #define _MIXER_H 1
 
+#include <epoxy/gl.h>
+#include <functional>
+
 #include "ref_counted_gl_sync.h"
 
 class QSurface;
+
 void start_mixer(QSurface *surface, QSurface *surface2, QSurface *surface3, QSurface *surface4);
 void mixer_quit();