aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/lookup_table_init_op.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/lookup_table_init_op.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/lookup_table_init_op.cc')
-rw-r--r--tensorflow/core/kernels/lookup_table_init_op.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/lookup_table_init_op.cc b/tensorflow/core/kernels/lookup_table_init_op.cc
index 292fb023fd..8fcee18a5f 100644
--- a/tensorflow/core/kernels/lookup_table_init_op.cc
+++ b/tensorflow/core/kernels/lookup_table_init_op.cc
@@ -23,6 +23,7 @@ limitations under the License.
#include "tensorflow/core/kernels/initializable_lookup_table.h"
#include "tensorflow/core/kernels/lookup_util.h"
#include "tensorflow/core/lib/core/errors.h"
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/public/status.h"
#include "tensorflow/core/public/tensor.h"