aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/tensor_slice_reader.h
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/core/util/tensor_slice_reader.h
parent564abcc02f98ae83f8ae9969a7546b510efbbb94 (diff)
#include "tensorflow/core/platform/mutex.h"
directly so we can drop it from port.h. Change: 111613572
Diffstat (limited to 'tensorflow/core/util/tensor_slice_reader.h')
-rw-r--r--tensorflow/core/util/tensor_slice_reader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/util/tensor_slice_reader.h b/tensorflow/core/util/tensor_slice_reader.h
index 3286622d02..721b172bb3 100644
--- a/tensorflow/core/util/tensor_slice_reader.h
+++ b/tensorflow/core/util/tensor_slice_reader.h
@@ -27,6 +27,7 @@ limitations under the License.
#include "tensorflow/core/lib/core/stringpiece.h"
#include "tensorflow/core/lib/gtl/map_util.h"
#include "tensorflow/core/platform/logging.h"
+#include "tensorflow/core/platform/mutex.h"
#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/platform/protobuf.h"
#include "tensorflow/core/public/status.h"