summaryrefslogtreecommitdiff
path: root/src/vm/method.hpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-09-07 15:22:40 -0700
committerGitHub <noreply@github.com>2018-09-07 15:22:40 -0700
commit41db7d9af54a0a7d9fc365849e7c0fc1dad3a4b9 (patch)
tree759aeca8c69087f63bc0cf70fd418ff4794dfbd2 /src/vm/method.hpp
parent8f6db6188d8ab4f05709a4e8c8de54b18f639ec7 (diff)
downloadcoreclr-41db7d9af54a0a7d9fc365849e7c0fc1dad3a4b9.tar.gz
coreclr-41db7d9af54a0a7d9fc365849e7c0fc1dad3a4b9.tar.bz2
coreclr-41db7d9af54a0a7d9fc365849e7c0fc1dad3a4b9.zip
Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19864)
Diffstat (limited to 'src/vm/method.hpp')
-rw-r--r--src/vm/method.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/method.hpp b/src/vm/method.hpp
index 7674f5e2f9..5ed6869222 100644
--- a/src/vm/method.hpp
+++ b/src/vm/method.hpp
@@ -45,6 +45,7 @@ class DynamicMethodDesc;
class ReJitManager;
class CodeVersionManager;
class PrepareCodeConfig;
+class CallCounter;
typedef DPTR(FCallMethodDesc) PTR_FCallMethodDesc;
typedef DPTR(ArrayMethodDesc) PTR_ArrayMethodDesc;