Fix compilation of some qquick auto tests
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 10 May 2013 06:36:07 +0000 (08:36 +0200)
committerLars Knoll <lars.knoll@digia.com>
Fri, 10 May 2013 13:44:40 +0000 (15:44 +0200)
Inline functions here use std::numeric_limits, so include the header
file.

Change-Id: Ib84f41b65ee965c3e0868f85643491feecceade5
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/qml/v4/qv4runtime_p.h

index 61a6bb0..b741487 100644 (file)
@@ -52,6 +52,7 @@
 
 #include <cmath>
 #include <cassert>
+#include <limits>
 
 //#include <wtf/MathExtras.h>