Skip to content

Commit 46611d3

Browse files
committed
[MERGE #5060 @MSLaguana] Backporting header fix to 1.8
Merge pull request #5060 from MSLaguana:fixMissingHeader Fixes #5059 in release/1.8
2 parents cbe8dba + fd1aa60 commit 46611d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Jsrt/ChakraCommon.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ typedef unsigned short WCHAR;
9494

9595
#if (defined(_MSC_VER) && _MSC_VER <= 1900) || (!defined(_MSC_VER) && __cplusplus <= 199711L) // !C++11
9696
typedef unsigned short uint16_t;
97+
#else
98+
#include <stdint.h>
9799
#endif
98100

99101
/// <summary>

0 commit comments

Comments
 (0)