aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/stack_ops.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-07 13:24:40 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 13:24:40 -0800
commitaf9b56881008f8b804cf93c0d99cb96357b19748 (patch)
tree5e199f87d1bfa773af7da1d600fad08d618219c0 /tensorflow/core/kernels/stack_ops.cc
parentb1d45c972e0f1b600ea269f85fce63b79ef9135b (diff)
#include "tensorflow/core/platform/mutex.h"
directly so we can drop it from port.h. Change: 111613760
Diffstat (limited to 'tensorflow/core/kernels/stack_ops.cc')
-rw-r--r--tensorflow/core/kernels/stack_ops.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/stack_ops.cc b/tensorflow/core/kernels/stack_ops.cc
index 6c651915d7..788c6c3e1d 100644
--- a/tensorflow/core/kernels/stack_ops.cc
+++ b/tensorflow/core/kernels/stack_ops.cc
@@ -26,6 +26,7 @@ limitations under the License.
#include "tensorflow/core/lib/gtl/map_util.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/macros.h"
+#include "tensorflow/core/platform/mutex.h"
#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/platform/thread_annotations.h"
#include "tensorflow/core/public/tensor.h"