[SE] Include absl/memory/memory.h

This commit is contained in:
Alexey Ivanov 2020-09-03 18:16:13 -07:00
parent a982edc004
commit 78ffc027e9
No known key found for this signature in database
GPG Key ID: 2BD7430F8806BD9A
2 changed files with 2 additions and 0 deletions
tensorflow/stream_executor/host

View File

@ -54,6 +54,7 @@ cc_library(
"//tensorflow/stream_executor:stream_executor_headers",
"//tensorflow/stream_executor/lib",
"//tensorflow/stream_executor/platform",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/synchronization",
],

View File

@ -17,6 +17,7 @@ limitations under the License.
#include <thread>
#include "absl/memory/memory.h"
#include "absl/strings/str_format.h"
#include "tensorflow/stream_executor/host/host_gpu_executor.h"
#include "tensorflow/stream_executor/host/host_platform_id.h"