Skip to content

Commit

Permalink
Include <chrono> for system_clock
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W committed Nov 28, 2024
1 parent 9e319b7 commit 6e893ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#include <cassert>
#include <chrono>
#include <cstdio>
#include <cstdlib>
#include <cstring>
Expand Down

0 comments on commit 6e893ac

Please sign in to comment.