aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-07-20 20:53:28 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-20 20:57:03 -0700
commit78e7cffa71df4d5057b8a87f78f2d91e421a36f7 (patch)
tree5068b70889b79b95904c224559abbf4e983b7578 /tensorflow/compiler
parenta9e5591dbf3ee499f1df6ba0770600ef76d8d27b (diff)
Fix open-source build breakage related to std::deque
PiperOrigin-RevId: 162701622
Diffstat (limited to 'tensorflow/compiler')
-rw-r--r--tensorflow/compiler/xla/service/hlo_graph_dumper.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_graph_dumper.cc b/tensorflow/compiler/xla/service/hlo_graph_dumper.cc
index a712dc3b33..2455925b96 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 <unistd.h>
+#include <deque>
#include <string>
#include "tensorflow/compiler/xla/layout_util.h"