summaryrefslogtreecommitdiff
path: root/src/zap/common.h
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-05-16 19:49:18 -0700
committerGitHub <noreply@github.com>2018-05-16 19:49:18 -0700
commit7c128ae89c062236ec5437bc3ed11aefcc52c360 (patch)
treec0332bddc5e87375354c2714be940db9279ef59b /src/zap/common.h
parent0fbd0f535e566bcde591701adc2de51ee0f020af (diff)
downloadcoreclr-7c128ae89c062236ec5437bc3ed11aefcc52c360.tar.gz
coreclr-7c128ae89c062236ec5437bc3ed11aefcc52c360.tar.bz2
coreclr-7c128ae89c062236ec5437bc3ed11aefcc52c360.zip
Replace sizeof(TADDR) with TARGET_POINTER_SIZE in Zap (#18028)
Diffstat (limited to 'src/zap/common.h')
-rw-r--r--src/zap/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zap/common.h b/src/zap/common.h
index 0abb2ce751..3db0b84eaf 100644
--- a/src/zap/common.h
+++ b/src/zap/common.h
@@ -33,6 +33,7 @@
#include "corcompile.h"
#include "iceefilegen.h"
#include "corpriv.h"
+#include "gcinfotypes.h"
#include "holder.h"
#include "strongname.h"