From 3ffa307e49e5b150934a71386194d7ed621e3e98 Mon Sep 17 00:00:00 2001 From: Josh Levenberg Date: Thu, 7 Jan 2016 13:25:55 -0800 Subject: #include third_party/tensorflow/core/platform/macros.h directly so we can drop it from port.h. Change: 111621646 --- tensorflow/core/lib/strings/numbers.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/core/lib/strings/numbers.cc') diff --git a/tensorflow/core/lib/strings/numbers.cc b/tensorflow/core/lib/strings/numbers.cc index 93db04d8bb..52a67b0b79 100644 --- a/tensorflow/core/lib/strings/numbers.cc +++ b/tensorflow/core/lib/strings/numbers.cc @@ -22,6 +22,7 @@ limitations under the License. #include #include "tensorflow/core/platform/logging.h" +#include "tensorflow/core/platform/macros.h" #include "tensorflow/core/platform/port.h" namespace tensorflow { -- cgit v1.2.3