Skip to content

Replace #import with #include to please VC++. #27965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

drodriguez
Copy link
Contributor

@drodriguez drodriguez commented Oct 30, 2019

VC++ chokes on the #import, and thinks we are trying to import
libraries. Replace by #include, which should be more portable.

Introduced in #27924, and making the Windows CI fail since https://ci-external.swift.org/job/oss-swift-windows-x86_64/1783/.

VC++ chokes on the #import, and thinks we are trying to import
libraries. Replace by #include, which should be more portable.
@drodriguez
Copy link
Contributor Author

@swift-ci please test Windows platform

@drodriguez
Copy link
Contributor Author

@swift-ci please smoke test

@compnerd compnerd merged commit 3b8e7af into swiftlang:master Oct 30, 2019
@drodriguez drodriguez deleted the trade-war branch October 30, 2019 20:31
@jrose-apple
Copy link
Contributor

Oops, sorry. ObjC autopilot for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants