Add missing include guard in header file. (#20635)
authorAustin Wise <AustinWise@gmail.com>
Fri, 26 Oct 2018 16:35:45 +0000 (09:35 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 26 Oct 2018 16:35:45 +0000 (09:35 -0700)
src/vm/callsiteinspect.h

index 8a2d7cc..df7b900 100644 (file)
@@ -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