Skip to content

Commit a861398

Browse files
committed
Fix build issues
1 parent d43de1d commit a861398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/Core/TypeSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// See LICENSE file in the project root for full license information.
55
//
66
#include "stdafx.h"
7+
#include <string>
78

89
#include "Core.h"
910
#include "corhdr_private.h"
@@ -4341,7 +4342,6 @@ bool CLR_RT_Assembly::FindTypeDef(const char *typeName, const char *nameSpace, C
43414342
// check if this is a nested type
43424343
if (target->HasValidEnclosingType())
43434344
{
4344-
const char *szNameSpace = GetString(target->nameSpace);
43454345
const char *szName = GetString(target->name);
43464346

43474347
// for nested types, there is no namespace encoded in the type

0 commit comments

Comments
 (0)