[PATCH] D22555: [Clang] Fix RHEL 6 build and other Include What You Use warnings

Mehdi AMINI via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 18:29:00 PDT 2016


mehdi_amini added inline comments.

================
Comment at: lib/Basic/FileManager.cpp:35
@@ -29,2 +34,3 @@
 #include <string>
+#include <utility>
 
----------------
That's a lot of includes though. Ok for the climits, but the other should be a separate patch I think.


Repository:
  rL LLVM

https://reviews.llvm.org/D22555





More information about the cfe-commits mailing list