]> git.sesse.net Git - nageru/blobdiff - vu_common.cpp
Re-run IWYU, again with lots of manual cleanup.
[nageru] / vu_common.cpp
index 9fc3553eeb2fc907f21a1f7feea158b3c4236b20..7b14f2f196a8683b29fb00f07e7f758c533e2dff 100644 (file)
@@ -1,7 +1,12 @@
 #include "vu_common.h"
+
 #include <math.h>
 #include <algorithm>
 
+#include <QBrush>
+#include <QColor>
+#include <QPainter>
+
 using namespace std;
 
 int lufs_to_pos(float level_lu, int height)