projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6fb20
)
Add missing include guard in header file. (dotnet/coreclr#20635)
author
Austin Wise
<AustinWise@gmail.com>
Fri, 26 Oct 2018 16:35:45 +0000
(09:35 -0700)
committer
Jan Kotas
<jkotas@microsoft.com>
Fri, 26 Oct 2018 16:35:45 +0000
(09:35 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
62b78b03f4ad51cbced41792dbc144dea3ef7e22
src/coreclr/src/vm/callsiteinspect.h
patch
|
blob
|
history
diff --git
a/src/coreclr/src/vm/callsiteinspect.h
b/src/coreclr/src/vm/callsiteinspect.h
index
8a2d7cc
..
df7b900
100644
(file)
--- a/
src/coreclr/src/vm/callsiteinspect.h
+++ b/
src/coreclr/src/vm/callsiteinspect.h
@@
-2,6
+2,8
@@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
+#pragma once
+
struct CallsiteDetails
{
// The signature of the current call