31b3e54cdc
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/qt5-qtconnectivity.git#0ae88b90f857bfcc2d0ea33d16753d8eed5db9e1
14 lines
417 B
Diff
14 lines
417 B
Diff
diff --git a/src/bluetooth/lecmaccalculator.cpp b/src/bluetooth/lecmaccalculator.cpp
|
|
index b150466..507603c 100644
|
|
--- a/src/bluetooth/lecmaccalculator.cpp
|
|
+++ b/src/bluetooth/lecmaccalculator.cpp
|
|
@@ -38,6 +38,8 @@
|
|
****************************************************************************/
|
|
#include "lecmaccalculator_p.h"
|
|
|
|
+#include <limits>
|
|
+
|
|
#include "bluez/bluez_data_p.h"
|
|
|
|
#include <QtCore/qbytearray.h>
|