[libcxx-commits] [libcxx] [NFC] Use explicit #include instead of transitive #include (PR #115420)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 7 21:49:48 PST 2024


================
@@ -14,6 +14,7 @@
 #include <deque>
 #include <functional>
 #include <vector>
+#include <memory>
----------------
frederick-vs-ja wrote:

Currently this file also uses `std::string` without explictly including `<string>`. Perhaps we should add `#include <string>` together.

https://github.com/llvm/llvm-project/pull/115420


More information about the libcxx-commits mailing list