rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | diff --git a/system/core/init/service.h b/system/core/init/service.h |
2 | index 1e36d3f..4fdf3ea 100644 | ||||
3 | --- a/system/core/init/service.h | ||||
4 | +++ b/system/core/init/service.h | ||||
5 | @@ -23,6 +23,7 @@ | ||||
6 | #include <memory> | ||||
7 | #include <string> | ||||
8 | #include <vector> | ||||
9 | +#include <functional> | ||||
10 | |||||
11 | #include "init_parser.h" | ||||
12 | #include "keyword_map.h" |