other includes to build repro on pc

pull/2589/head
George Hotz 5 years ago
parent b9a8e7b209
commit 6fc7c0c005
  1. 4
      selfdrive/modeld/test/dmon_lag/repro.cc

@ -2,8 +2,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <time.h>
#include <sched.h>
#include <sys/types.h>
#include <unistd.h>
static inline double millis_since_boot() {
struct timespec t;

Loading…
Cancel
Save