commit | 55d7a82f8746d78ced2c93b01e3e00f4c1424150 | [log] [tgz] |
---|---|---|
author | Christopher Di Bella <cjdb@google.com> | Thu Jul 01 09:25:35 2021 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 01 11:05:47 2021 -0700 |
tree | 858fccf0b20e0b6240fd1d0c8f8a3235bbc4ac5e | |
parent | 73efa750401425f20cdd26688e319e637ea59e6f [diff] [blame] |
[libcxx][functional][modular] splices <functional> into modular headers Differential Revision: https://reviews.llvm.org/D104942 NOKEYCHECK=True GitOrigin-RevId: 050b064f15ee56ee0b42c9b957a3dd0f32532394
diff --git a/include/concepts b/include/concepts index 0b51f53..3dec9b5 100644 --- a/include/concepts +++ b/include/concepts
@@ -130,6 +130,7 @@ */ #include <__config> +#include <__functional/invoke.h> #include <__functional_base> #include <type_traits> #include <utility>