From 252bb90ca2dd412ca2fd2908faf1a25d6ef618cf Mon Sep 17 00:00:00 2001 From: Josh Levenberg Date: Wed, 6 Jan 2016 12:53:45 -0800 Subject: #include third_party/tensorflow/core/platform/macros.h directly so we can drop it from port.h. Change: 111506675 --- tensorflow/core/lib/hash/hash.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/core/lib/hash') diff --git a/tensorflow/core/lib/hash/hash.cc b/tensorflow/core/lib/hash/hash.cc index ceed91409a..1c21d59c2b 100644 --- a/tensorflow/core/lib/hash/hash.cc +++ b/tensorflow/core/lib/hash/hash.cc @@ -16,6 +16,7 @@ limitations under the License. #include "tensorflow/core/lib/hash/hash.h" #include "tensorflow/core/lib/core/raw_coding.h" +#include "tensorflow/core/platform/macros.h" #include "tensorflow/core/platform/port.h" #include -- cgit v1.2.3