summaryrefslogtreecommitdiff
path: root/src/vm/readytoruninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/readytoruninfo.h')
-rw-r--r--src/vm/readytoruninfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vm/readytoruninfo.h b/src/vm/readytoruninfo.h
index 210399f81e..fea5b33c14 100644
--- a/src/vm/readytoruninfo.h
+++ b/src/vm/readytoruninfo.h
@@ -17,6 +17,10 @@
typedef DPTR(struct READYTORUN_SECTION) PTR_READYTORUN_SECTION;
+#ifndef FEATURE_PREJIT
+typedef DPTR(struct READYTORUN_IMPORT_SECTION) PTR_CORCOMPILE_IMPORT_SECTION;
+#endif
+
class PrepareCodeConfig;
typedef DPTR(class ReadyToRunInfo) PTR_ReadyToRunInfo;