aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-09-05 08:42:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-05 08:46:34 -0700
commitcdf986398f9c92b636a0c8a973e4cccb3749d9ef (patch)
tree511483b5d618a9bed731bd73931ea7b8e0531bec /tensorflow/stream_executor
parentcb520088ac02b25e7ccc720ca7fbb01692d2a0c2 (diff)
Alias tensorflow::gtl::InlinedVector to absl::InlinedVector
PiperOrigin-RevId: 211639440
Diffstat (limited to 'tensorflow/stream_executor')
-rw-r--r--tensorflow/stream_executor/blas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/blas.h b/tensorflow/stream_executor/blas.h
index 7f851e3646..f25ed700d6 100644
--- a/tensorflow/stream_executor/blas.h
+++ b/tensorflow/stream_executor/blas.h
@@ -41,6 +41,7 @@ limitations under the License.
#define TENSORFLOW_STREAM_EXECUTOR_BLAS_H_
#include <complex>
+#include <vector>
#include "tensorflow/stream_executor/host_or_device_scalar.h"
#include "tensorflow/stream_executor/lib/array_slice.h"