From 6fc7c0c0052ae10614c70768dcfe67a5be89d3cf Mon Sep 17 00:00:00 2001 From: George Hotz Date: Fri, 20 Nov 2020 09:09:43 -0800 Subject: [PATCH] other includes to build repro on pc --- selfdrive/modeld/test/dmon_lag/repro.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selfdrive/modeld/test/dmon_lag/repro.cc b/selfdrive/modeld/test/dmon_lag/repro.cc index 1ff01f6ab..87f3a444b 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;