Merge pull request #6078 from nuttycom/bug/osx_missing_chrono_header

Add missing <chrono> header to util/time.h
This commit is contained in:
Kris Nuttycombe 2022-07-15 14:05:27 -06:00 committed by GitHub
commit 420f8dfe38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: