Browse Source

included qlabel for formoptionswidget to fix linux build error

Signed-off-by: T.J. Kotha <[email protected]>
T.J. Kotha 2 years ago
parent
commit
1d2019bc76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Code/Tools/ProjectManager/Source/FormOptionsWidget.cpp

+ 1 - 0
Code/Tools/ProjectManager/Source/FormOptionsWidget.cpp

@@ -15,6 +15,7 @@
 #include <QFrame>
 #include <QFrame>
 #include <QHash>
 #include <QHash>
 #include <QHBoxLayout>
 #include <QHBoxLayout>
+#include <QLabel>
 #include <QWidget>
 #include <QWidget>
 #include <QVBoxLayout>
 #include <QVBoxLayout>