Преглед изворни кода

common : add missing chrono header for common.cpp (#16211)

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Uilian Ries пре 3 месеци
родитељ
комит
152729f884
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      common/common.cpp

+ 1 - 0
common/common.cpp

@@ -14,6 +14,7 @@
 #include <climits>
 #include <cmath>
 #include <codecvt>
+#include <chrono>
 #include <cstdarg>
 #include <cstring>
 #include <ctime>