Skip to content

Commit df4d68c

Browse files
authored
Include <chrono> for high_resolution_clock (#4738)
Signed-off-by: LilyWangLL <[email protected]>
1 parent dee6265 commit df4d68c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "support/CPPUtils.h"
1111

1212
#include "atn/ProfilingATNSimulator.h"
13+
#include <chrono>
1314

1415
using namespace antlr4;
1516
using namespace antlr4::atn;

0 commit comments

Comments
 (0)