summarylogtreecommitdiffstats
path: root/pytorch-missing-iostream.patch
blob: 606486e300c638ea7a9b32e058296f48406a2638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/binaries/dump_operator_names.cc b/binaries/dump_operator_names.cc
index f77f93bf592..9ebd47ba6c1 100644
--- a/binaries/dump_operator_names.cc
+++ b/binaries/dump_operator_names.cc
@@ -21,6 +21,7 @@
 #include <c10/util/Flags.h>
 
 #include <fstream>
+#include <iostream>
 
 namespace torch {
 namespace jit {