aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-09-08 09:19:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-08 09:23:08 -0700
commitc902ec6bf03aa1612c81ae65beb4cc3eef190ff4 (patch)
treedbf7dcb03b3c786d3280dfde8bd08732ae9ff149 /tensorflow/core/debug
parent7565452930582d02bb03e316d7acb8a7ca709c8c (diff)
Add missing header inclusion
PiperOrigin-RevId: 168004811
Diffstat (limited to 'tensorflow/core/debug')
-rw-r--r--tensorflow/core/debug/debug_io_utils.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/core/debug/debug_io_utils.cc b/tensorflow/core/debug/debug_io_utils.cc
index 4f52cb0b4d..c9f2c24732 100644
--- a/tensorflow/core/debug/debug_io_utils.cc
+++ b/tensorflow/core/debug/debug_io_utils.cc
@@ -26,12 +26,13 @@ limitations under the License.
#include "grpc++/create_channel.h"
#else
// winsock2.h is used in grpc, so Ws2_32.lib is needed
-#pragma comment(lib,"Ws2_32.lib")
+#pragma comment(lib, "Ws2_32.lib")
#endif // #ifndef PLATFORM_WINDOWS
#include "tensorflow/core/debug/debugger_event_metadata.pb.h"
#include "tensorflow/core/framework/graph.pb.h"
#include "tensorflow/core/framework/summary.pb.h"
+#include "tensorflow/core/framework/tensor_shape.pb.h"
#include "tensorflow/core/lib/core/bits.h"
#include "tensorflow/core/lib/hash/hash.h"
#include "tensorflow/core/lib/io/path.h"