diff options
author | Alex Blasche <alexander.blasche@qt.io> | 2017-04-11 11:22:29 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-04-11 19:26:17 +0000 |
commit | 6e975829c17d15835d0567e00d3abb19774ef114 (patch) | |
tree | b9e8bc6c916c9b5c30c7c9362320d4a0406951d7 /src/positioning/qdoublematrix4x4.cpp | |
parent | 57ca202484c996c15f7a3caabcfe9199cc75112e (diff) | |
download | qtlocation-6e975829c17d15835d0567e00d3abb19774ef114.tar.gz |
Remove QtGui dependency from QDoubleMatrix4x4
This fixes the -no-gui build.
Task-number: QTBUG-60062
Change-Id: I71400dfddac8ddf6a74906be8ba1272bf4a86781
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/positioning/qdoublematrix4x4.cpp')
-rw-r--r-- | src/positioning/qdoublematrix4x4.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/positioning/qdoublematrix4x4.cpp b/src/positioning/qdoublematrix4x4.cpp index 76e1252b..32cc7f1f 100644 --- a/src/positioning/qdoublematrix4x4.cpp +++ b/src/positioning/qdoublematrix4x4.cpp @@ -40,6 +40,7 @@ #include "qdoublematrix4x4_p.h" #include <QtCore/qmath.h> //#include <QtCore/qvariant.h> +#include <QtCore/qdatastream.h> #include <cmath> QT_BEGIN_NAMESPACE |