Merge "Include <functional> for std::function and std::placeholders" into main

This commit is contained in:
Ryan Prichard
2023-07-25 20:17:01 +00:00
committed by Gerrit Code Review
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>