swift
87da361d - Replace #import with #include to please VC++.

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.
Author
Parents
  • lib/ClangImporter
    • File
      ClangSourceBufferImporter.cpp