12 lines
303 B
Diff
12 lines
303 B
Diff
diff --git a/torch/csrc/jit/runtime/logging.h b/torch/csrc/jit/runtime/logging.h
|
|
index 5499ecf..269168e 100644
|
|
--- a/torch/csrc/jit/runtime/logging.h
|
|
+++ b/torch/csrc/jit/runtime/logging.h
|
|
@@ -1,5 +1,6 @@
|
|
#pragma once
|
|
|
|
+#include <chrono>
|
|
#include <mutex>
|
|
#include <string>
|
|
#include <unordered_map>
|