aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/queue_ops.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-07 13:24:12 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 13:24:12 -0800
commit564abcc02f98ae83f8ae9969a7546b510efbbb94 (patch)
treefeca9a6374a7f55afc5ef1f9100e3fc5093f9092 /tensorflow/core/kernels/queue_ops.cc
parent4be49cce22726281a90851d12c99bfdbbeb2739c (diff)
#include third_party/tensorflow/core/platform/macros.h
directly so we can drop it from port.h. Change: 111612474
Diffstat (limited to 'tensorflow/core/kernels/queue_ops.cc')
-rw-r--r--tensorflow/core/kernels/queue_ops.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/queue_ops.cc b/tensorflow/core/kernels/queue_ops.cc
index becc22b029..2b8caed009 100644
--- a/tensorflow/core/kernels/queue_ops.cc
+++ b/tensorflow/core/kernels/queue_ops.cc
@@ -19,6 +19,7 @@ limitations under the License.
#include "tensorflow/core/framework/queue_interface.h"
#include "tensorflow/core/framework/types.h"
#include "tensorflow/core/lib/core/errors.h"
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/public/tensor.h"
#include "tensorflow/core/public/tensor_shape.h"