Skip to content

Commit

Permalink
[torch/jit-runtime] Add explicit include of <chrono> to torch/jit/run…
Browse files Browse the repository at this point in the history
…time/logging.h
  • Loading branch information
kiukchung committed Jun 3, 2024
1 parent 21144ce commit cf7c0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch/csrc/jit/runtime/logging.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <chrono>
#include <mutex>
#include <string>
#include <unordered_map>
Expand Down

0 comments on commit cf7c0e0

Please sign in to comment.