swift
87da361d
- Replace #import with #include to please VC++.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
5 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
Files
1
lib/ClangImporter
ClangSourceBufferImporter.cpp
Loading