Include <functional> for std::function and std::placeholders

Bug: b/175635923
Test: treehugger
Change-Id: I3dabb8c44334713be9e461dd81f437c3da1ea936
This commit is contained in:
Ryan Prichard
2023-07-21 16:15:08 -07:00
parent 886eb1f6ef
commit c8fc80c47b
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <functional>
#include <string>
#include <vector>

View File

@@ -15,6 +15,7 @@
*/
#pragma once
#include <functional>
#include <memory>
#include <mutex>
#include <vector>