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
commit e5896f0fea
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>