diff --git a/selfdrive/modeld/test/dmon_lag/repro.cc b/selfdrive/modeld/test/dmon_lag/repro.cc index 1ff01f6ab6..87f3a444b2 100644 --- a/selfdrive/modeld/test/dmon_lag/repro.cc +++ b/selfdrive/modeld/test/dmon_lag/repro.cc @@ -2,8 +2,12 @@ #include #include +#include +#include #include #include +#include +#include static inline double millis_since_boot() { struct timespec t;