summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-09-27 11:00:54 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-09-30 08:39:28 +0200
commitb3db55fa6f2c63fafa421cb217df5038cdd13e98 (patch)
tree63674a83ac0987deecf07caccd7dc23a20038b5e /src/3rdparty
parent68923001279fd3da983dc59e57200e2080cadcb6 (diff)
Remove workaround for MSVC 2008
We don't build on platforms without stdint.h Change-Id: Iee9de3e71a7bcae524f2d1377919cf074a713960 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/rfc6234/sha.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdparty/rfc6234/sha.h b/src/3rdparty/rfc6234/sha.h
index 9c26f0253c..1ffd688079 100644
--- a/src/3rdparty/rfc6234/sha.h
+++ b/src/3rdparty/rfc6234/sha.h
@@ -70,8 +70,7 @@
*
*/
-// stdint.h include commented out by Nokia, it is not available on all platforms.
-// #include <stdint.h>
+#include <stdint.h>
/*
* If you do not have the ISO standard stdint.h header file, then you
* must typedef the following: