From cdf986398f9c92b636a0c8a973e4cccb3749d9ef Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 5 Sep 2018 08:42:48 -0700 Subject: Alias tensorflow::gtl::InlinedVector to absl::InlinedVector PiperOrigin-RevId: 211639440 --- tensorflow/stream_executor/blas.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/stream_executor') 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 +#include #include "tensorflow/stream_executor/host_or_device_scalar.h" #include "tensorflow/stream_executor/lib/array_slice.h" -- cgit v1.2.3