aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_segment.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-07 13:24:31 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 13:24:31 -0800
commitb1d45c972e0f1b600ea269f85fce63b79ef9135b (patch)
treef010db5a9317645e1452772ed5bad5457305a792 /tensorflow/core/framework/op_segment.cc
parentded61708dbc7f5615119a3623c8fe7f112882e0f (diff)
#include "tensorflow/core/platform/mutex.h"
directly so we can drop it from port.h. Change: 111613643
Diffstat (limited to 'tensorflow/core/framework/op_segment.cc')
-rw-r--r--tensorflow/core/framework/op_segment.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/framework/op_segment.cc b/tensorflow/core/framework/op_segment.cc
index 05af4bc106..938d5c1975 100644
--- a/tensorflow/core/framework/op_segment.cc
+++ b/tensorflow/core/framework/op_segment.cc
@@ -19,6 +19,7 @@ limitations under the License.
#include "tensorflow/core/lib/core/errors.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"
namespace tensorflow {