summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-08-25 10:43:44 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-08-25 10:43:44 (GMT)
commit0094735947164aef8f8e6539c535199b29ed6f4e (patch)
tree61d3a5ce48a6409156cfd9d241cef5b582b2cbe3 /src/gui/math3d
parent6c00c0208e099fbc583c08a159f0530bf4be198c (diff)
downloadQt-0094735947164aef8f8e6539c535199b29ed6f4e.zip
Qt-0094735947164aef8f8e6539c535199b29ed6f4e.tar.gz
Qt-0094735947164aef8f8e6539c535199b29ed6f4e.tar.bz2
Fix compilation (missing include)
Diffstat (limited to 'src/gui/math3d')
-rw-r--r--src/gui/math3d/qvector3d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/math3d/qvector3d.cpp b/src/gui/math3d/qvector3d.cpp
index 63fda09..15d7e76 100644
--- a/src/gui/math3d/qvector3d.cpp
+++ b/src/gui/math3d/qvector3d.cpp
@@ -44,6 +44,7 @@
#include "qvector4d.h"
#include <QtCore/qmath.h>
#include <QtCore/qdebug.h>
+#include <QtCore/qvariant.h>
QT_BEGIN_NAMESPACE