aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/variable_ops.h
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/variable_ops.h
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/variable_ops.h')
-rw-r--r--tensorflow/core/kernels/variable_ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/variable_ops.h b/tensorflow/core/kernels/variable_ops.h
index 2b676b9348..a24feb8ae7 100644
--- a/tensorflow/core/kernels/variable_ops.h
+++ b/tensorflow/core/kernels/variable_ops.h
@@ -21,6 +21,7 @@ limitations under the License.
#include "tensorflow/core/framework/resource_mgr.h"
#include "tensorflow/core/lib/core/errors.h"
#include "tensorflow/core/platform/macros.h"
+#include "tensorflow/core/platform/mutex.h"
#include "tensorflow/core/platform/port.h"
namespace tensorflow {