aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/platform
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-07 13:24:22 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 13:24:22 -0800
commitded61708dbc7f5615119a3623c8fe7f112882e0f (patch)
tree628ee355b605a9670e788a7b950a5e6344085112 /tensorflow/stream_executor/platform
parent564abcc02f98ae83f8ae9969a7546b510efbbb94 (diff)
#include "tensorflow/core/platform/mutex.h"
directly so we can drop it from port.h. Change: 111613572
Diffstat (limited to 'tensorflow/stream_executor/platform')
-rw-r--r--tensorflow/stream_executor/platform/mutex.h1
-rw-r--r--tensorflow/stream_executor/platform/port.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/platform/mutex.h b/tensorflow/stream_executor/platform/mutex.h
index a640b5077b..f6d0219c20 100644
--- a/tensorflow/stream_executor/platform/mutex.h
+++ b/tensorflow/stream_executor/platform/mutex.h
@@ -16,6 +16,7 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_PLATFORM_MUTEX_H_
#define TENSORFLOW_STREAM_EXECUTOR_PLATFORM_MUTEX_H_
+#include "tensorflow/core/platform/mutex.h"
#include "tensorflow/core/platform/port.h"
#if defined(PLATFORM_GOOGLE)
diff --git a/tensorflow/stream_executor/platform/port.h b/tensorflow/stream_executor/platform/port.h
index 6ad9246418..aafd0609f2 100644
--- a/tensorflow/stream_executor/platform/port.h
+++ b/tensorflow/stream_executor/platform/port.h
@@ -19,6 +19,7 @@ limitations under the License.
#define TENSORFLOW_STREAM_EXECUTOR_PLATFORM_PORT_H_
#include "tensorflow/core/platform/macros.h"
+#include "tensorflow/core/platform/mutex.h"
#include "tensorflow/core/platform/port.h"
namespace perftools {