diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-08-25 10:43:44 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-08-25 10:43:44 (GMT) |
commit | 0094735947164aef8f8e6539c535199b29ed6f4e (patch) | |
tree | 61d3a5ce48a6409156cfd9d241cef5b582b2cbe3 /src/gui/math3d/qvector3d.cpp | |
parent | 6c00c0208e099fbc583c08a159f0530bf4be198c (diff) | |
download | Qt-0094735947164aef8f8e6539c535199b29ed6f4e.zip Qt-0094735947164aef8f8e6539c535199b29ed6f4e.tar.gz Qt-0094735947164aef8f8e6539c535199b29ed6f4e.tar.bz2 |
Fix compilation (missing include)
Diffstat (limited to 'src/gui/math3d/qvector3d.cpp')
-rw-r--r-- | src/gui/math3d/qvector3d.cpp | 1 |
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 |