summaryrefslogtreecommitdiff
path: root/src/vm/constrainedexecutionregion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/constrainedexecutionregion.h')
-rw-r--r--src/vm/constrainedexecutionregion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vm/constrainedexecutionregion.h b/src/vm/constrainedexecutionregion.h
index 93ceb63010..4b41b2570e 100644
--- a/src/vm/constrainedexecutionregion.h
+++ b/src/vm/constrainedexecutionregion.h
@@ -13,6 +13,7 @@
#ifndef __CONSTRAINED_EXECUTION_REGION_H
#define __CONSTRAINED_EXECUTION_REGION_H
+#ifdef FEATURE_CER
#include <corhlpr.h>
#include <typestring.h>
@@ -560,4 +561,6 @@ private:
#endif
};
+#endif // FEATURE_CER
+
#endif