Fix arm64 build break
authorRahul Kumar <rahku@microsoft.com>
Thu, 10 Mar 2016 19:55:30 +0000 (11:55 -0800)
committerRahul Kumar <rahku@microsoft.com>
Thu, 10 Mar 2016 19:55:30 +0000 (11:55 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/636f5f83cfa6b0fbab8cdbee73dfe02fee1aa0f5

src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/Unmanaged.h

index 043fbdd..b1f6eb6 100644 (file)
@@ -2,8 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-#include <iostream>
-#include <WCTYPE.H>
+#include <stdio.h>
 #include <windows.h>
 
 #define EXPORT extern "C" __declspec(dllexport)