aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlprofilerservice_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-02-20 13:37:09 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-02-25 14:48:45 +0000
commite23309b9d1ecb50b647bfdf912a170ed00dc6880 (patch)
treee94dea0dcaa59c4f97afc9e53f222c2e03ad7ef2 /src/qml/debugger/qqmlprofilerservice_p.h
parentdd58743eafaff2e55cc49d9d6b9f8a027b6f646e (diff)
Include <limits> in qqmlprofilerservice_p.h
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>
Diffstat (limited to 'src/qml/debugger/qqmlprofilerservice_p.h')
-rw-r--r--src/qml/debugger/qqmlprofilerservice_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmlprofilerservice_p.h b/src/qml/debugger/qqmlprofilerservice_p.h
index 470381a49d..978d8413a7 100644
--- a/src/qml/debugger/qqmlprofilerservice_p.h
+++ b/src/qml/debugger/qqmlprofilerservice_p.h
@@ -58,6 +58,8 @@
#include <QtCore/qstringbuilder.h>
#include <QtCore/qwaitcondition.h>
+#include <limits>
+
QT_BEGIN_NAMESPACE
class QUrl;