aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/kernel.h
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2016-11-30 17:42:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-30 18:03:35 -0800
commit4048325961ee48fcc816b6c4f8073bafeaa92393 (patch)
tree46eeefb01b69f841c63720a4d24dd4d9814161d1 /tensorflow/stream_executor/kernel.h
parent83cef3f1f4ce4177c5bcf38b6a24e920dc12fba7 (diff)
Add missing include to tensorflow/stream_executor/kernel.h
Change: 140676173
Diffstat (limited to 'tensorflow/stream_executor/kernel.h')
-rw-r--r--tensorflow/stream_executor/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/kernel.h b/tensorflow/stream_executor/kernel.h
index 3e5453e4c9..4291a7a632 100644
--- a/tensorflow/stream_executor/kernel.h
+++ b/tensorflow/stream_executor/kernel.h
@@ -69,6 +69,7 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_KERNEL_H_
#define TENSORFLOW_STREAM_EXECUTOR_KERNEL_H_
+#include <array>
#include <memory>
#include <tuple>
#include <type_traits>