Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFadi Hanna <fadim@microsoft.com>2017-08-31 00:16:06 +0300
committerFadi Hanna <fadim@microsoft.com>2017-08-31 00:16:06 +0300
commitdc16d08405738d7b9751e1083a01ad8e547883ab (patch)
treebb2cc98779cb96c69da2e142c9d64e0ae7ab85c9 /src/Native/Runtime/windows
parentab453715f6ec1c8e3533061527a3fbd3eed167d4 (diff)
Include missing header in cpp file
[tfs-changeset: 1672347]
Diffstat (limited to 'src/Native/Runtime/windows')
-rw-r--r--src/Native/Runtime/windows/CoffNativeCodeManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/windows/CoffNativeCodeManager.cpp b/src/Native/Runtime/windows/CoffNativeCodeManager.cpp
index 9ca2477c9..6690ffeb2 100644
--- a/src/Native/Runtime/windows/CoffNativeCodeManager.cpp
+++ b/src/Native/Runtime/windows/CoffNativeCodeManager.cpp
@@ -13,6 +13,7 @@
#include "ICodeManager.h"
#include "CoffNativeCodeManager.h"
#include "varint.h"
+#include "holder.h"
#include "CommonMacros.inl"