swift
87da361d
- Replace #import with #include to please VC++.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Replace #import with #include to please VC++. VC++ chokes on the #import, and thinks we are trying to import libraries. Replace by #include, which should be more portable.
References
#27965 - Replace #import with #include to please VC++.
Author
drodriguez
Parents
33dfb94e
Loading