]> git.sesse.net Git - nageru/blobdiff - nageru/ellipsis_label.h
IWYU-fix nageru/*.h.
[nageru] / nageru / ellipsis_label.h
index bec37999f9867e098b92b8702f0c879c764becf9..da27c2c56b0b75220162d4f1d0fa0fa1bef71ea4 100644 (file)
@@ -2,6 +2,9 @@
 #define _ELLIPSIS_LABEL_H 1
 
 #include <QLabel>
+#include <QFontMetrics>
+#include <QWidget>
+#include <QObject>
 
 class EllipsisLabel : public QLabel {
        Q_OBJECT