Include <limits> in qqmlprofilerservice_p.h
authorUlf Hermann <ulf.hermann@theqtcompany.com>
Fri, 20 Feb 2015 12:37:09 +0000 (13:37 +0100)
committerUlf Hermann <ulf.hermann@theqtcompany.com>
Wed, 25 Feb 2015 14:48:45 +0000 (14:48 +0000)
As we use std::numeric_limits in that file we should do this.

Change-Id: Idd8da16ce062b2ef24f926bcf33de95559464bb9
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/debugger/qqmlprofilerservice_p.h

index 470381a..978d841 100644 (file)
@@ -58,6 +58,8 @@
 #include <QtCore/qstringbuilder.h>
 #include <QtCore/qwaitcondition.h>
 
+#include <limits>
+
 QT_BEGIN_NAMESPACE
 
 class QUrl;