summaryrefslogtreecommitdiff
path: root/src/gcinfo
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-11-20 10:58:46 -0800
committerJan Kotas <jkotas@microsoft.com>2015-11-20 10:58:46 -0800
commit3dba4e2ef06848cbf2bac2cc4ea894ee2acee3f4 (patch)
treea448b5631c9221d866a6aa6b8ac75d6ba7135434 /src/gcinfo
parent51d30241b33acc040707d04d6f0bff1b1d5cae2f (diff)
downloadcoreclr-3dba4e2ef06848cbf2bac2cc4ea894ee2acee3f4.tar.gz
coreclr-3dba4e2ef06848cbf2bac2cc4ea894ee2acee3f4.tar.bz2
coreclr-3dba4e2ef06848cbf2bac2cc4ea894ee2acee3f4.zip
Fix build breaks in legacy build
[tfs-changeset: 1550765]
Diffstat (limited to 'src/gcinfo')
-rw-r--r--src/gcinfo/gcinfoencoder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gcinfo/gcinfoencoder.cpp b/src/gcinfo/gcinfoencoder.cpp
index 75da57ed34..7bc295a4d8 100644
--- a/src/gcinfo/gcinfoencoder.cpp
+++ b/src/gcinfo/gcinfoencoder.cpp
@@ -9,6 +9,8 @@
*
*/
+#include <stdint.h>
+
#include "gcinfoencoder.h"
#ifdef VERIFY_GCINFO