mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Update logging.cpp for explicit chrono import (#119469)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/119469 Approved by: https://github.com/davidberard98
This commit is contained in:
parent
45e7af5818
commit
71e772f827
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include <torch/csrc/jit/runtime/logging.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <mutex>
|
||||
#include <stdexcept>
|
||||
#include <unordered_map>
|
||||
|
|
|
|||
Loading…
Reference in a new issue