summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale/numberformats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlocale/numberformats.cpp')
-rw-r--r--tests/manual/qlocale/numberformats.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/qlocale/numberformats.cpp b/tests/manual/qlocale/numberformats.cpp
index 3882009f81..edab69b48c 100644
--- a/tests/manual/qlocale/numberformats.cpp
+++ b/tests/manual/qlocale/numberformats.cpp
@@ -40,6 +40,12 @@
#include "numberformats.h"
+#include <QGridLayout>
+#include <QLabel>
+#include <QLineEdit>
+#include <QLocale>
+#include <QVBoxLayout>
+
NumberFormatsWidget::NumberFormatsWidget()
{
QGridLayout *l = new QGridLayout;