Просмотр исходного кода

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

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Uilian Ries 3 месяцев назад
Родитель
Сommit
152729f884
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      common/common.cpp

+ 1 - 0
common/common.cpp

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