瀏覽代碼

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>