diff --git a/services.py b/services.py index da99a4094..4e18d5971 100755 --- a/services.py +++ b/services.py @@ -107,6 +107,7 @@ def build_header(): h += "#define __SERVICES_H\n" h += "#include \n" + h += "#include \n" h += "struct service { std::string name; int port; bool should_log; int frequency; int decimation; };\n" h += "static std::map services = {\n"