From 78e7cffa71df4d5057b8a87f78f2d91e421a36f7 Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Thu, 20 Jul 2017 20:53:28 -0700 Subject: [PATCH] Fix open-source build breakage related to std::deque PiperOrigin-RevId: 162701622 --- tensorflow/compiler/xla/service/hlo_graph_dumper.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/compiler/xla/service/hlo_graph_dumper.cc b/tensorflow/compiler/xla/service/hlo_graph_dumper.cc index a712dc3b33b..2455925b960 100644 --- a/tensorflow/compiler/xla/service/hlo_graph_dumper.cc +++ b/tensorflow/compiler/xla/service/hlo_graph_dumper.cc @@ -16,6 +16,7 @@ limitations under the License. #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h" #include +#include #include #include "tensorflow/compiler/xla/layout_util.h"