fix #includes
authorMark Brand <mabrand@mabrand.nl>
Sat, 29 Sep 2012 11:12:31 +0000 (13:12 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 2 Oct 2012 13:57:58 +0000 (15:57 +0200)
Change-Id: Ia33d7ef08e43bad95d57823e37757a09e53493b9
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
src/sql/models/qsqltablemodel_p.h

index 462ff96..2322af7 100644 (file)
@@ -53,8 +53,9 @@
 // We mean it.
 //
 
-#include "QtCore/qmap.h"
 #include "private/qsqlquerymodel_p.h"
+#include "QtSql/qsqlindex.h"
+#include "QtCore/qmap.h"
 
 QT_BEGIN_NAMESPACE