summaryrefslogtreecommitdiff
path: root/src/vm/common.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-07-17 01:51:57 -0700
committerGitHub <noreply@github.com>2018-07-17 01:51:57 -0700
commitcc3e7d05c9248c0951beef289c48909066d27345 (patch)
tree3c1aa05a8f1fbca223a3f98826abd36344abeb2d /src/vm/common.h
parent6b403ca4422f2bf3df9d25a32790cc4c0d4b6ee4 (diff)
downloadcoreclr-cc3e7d05c9248c0951beef289c48909066d27345.tar.gz
coreclr-cc3e7d05c9248c0951beef289c48909066d27345.tar.bz2
coreclr-cc3e7d05c9248c0951beef289c48909066d27345.zip
Delete redundant broken offsetof definitions (#18947)
Fixes build breaks with latest Visual Studio Preview. Fixes #18338
Diffstat (limited to 'src/vm/common.h')
-rw-r--r--src/vm/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/common.h b/src/vm/common.h
index 044ebb017d..29311dbf9b 100644
--- a/src/vm/common.h
+++ b/src/vm/common.h
@@ -66,6 +66,7 @@
#include <stdint.h>
+#include <stddef.h>
#include <winwrap.h>