Add missing <chrono> header to util/time.h

This commit is contained in:
Kris Nuttycombe 2022-07-15 12:54:37 -06:00
parent 40df3d402e
commit 33d2dce183
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <stdint.h>
#include <string>
#include <chrono>
class CClock {
public: