Skip to content

Commit

Permalink
services: add missing import (commaai#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam authored Aug 24, 2023
1 parent fa580de commit eb1b2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def build_header():
h += "#define __SERVICES_H\n"

h += "#include <map>\n"
h += "#include <string>\n"

h += "struct service { std::string name; int port; bool should_log; int frequency; int decimation; };\n"
h += "static std::map<std::string, service> services = {\n"
Expand Down

0 comments on commit eb1b2ce

Please sign in to comment.