aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-07 13:25:55 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 13:25:55 -0800
commit3ffa307e49e5b150934a71386194d7ed621e3e98 (patch)
tree19dfe799c808ed52db68a175c493e82504fe0883 /tensorflow/core/lib/strings
parentf3d46653e9780fe640d242b3e98712ba8569168b (diff)
#include third_party/tensorflow/core/platform/macros.h
directly so we can drop it from port.h. Change: 111621646
Diffstat (limited to 'tensorflow/core/lib/strings')
-rw-r--r--tensorflow/core/lib/strings/numbers.cc1
-rw-r--r--tensorflow/core/lib/strings/ordered_code.h1
-rw-r--r--tensorflow/core/lib/strings/strcat.h1
-rw-r--r--tensorflow/core/lib/strings/stringprintf.h1
4 files changed, 4 insertions, 0 deletions
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 <cmath>
#include "tensorflow/core/platform/logging.h"
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
namespace tensorflow {
diff --git a/tensorflow/core/lib/strings/ordered_code.h b/tensorflow/core/lib/strings/ordered_code.h
index aca591d6a6..18da4adfe7 100644
--- a/tensorflow/core/lib/strings/ordered_code.h
+++ b/tensorflow/core/lib/strings/ordered_code.h
@@ -39,6 +39,7 @@ limitations under the License.
#define TENSORFLOW_LIB_STRINGS_ORDERED_CODE_H__
#include <string>
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
namespace tensorflow {
diff --git a/tensorflow/core/lib/strings/strcat.h b/tensorflow/core/lib/strings/strcat.h
index 054e37641a..718bb13aff 100644
--- a/tensorflow/core/lib/strings/strcat.h
+++ b/tensorflow/core/lib/strings/strcat.h
@@ -24,6 +24,7 @@ limitations under the License.
#include "tensorflow/core/lib/core/stringpiece.h"
#include "tensorflow/core/lib/strings/numbers.h"
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
// The AlphaNum type was designed to be used as the parameter type for StrCat().
diff --git a/tensorflow/core/lib/strings/stringprintf.h b/tensorflow/core/lib/strings/stringprintf.h
index d5bff170ad..adbdd2090a 100644
--- a/tensorflow/core/lib/strings/stringprintf.h
+++ b/tensorflow/core/lib/strings/stringprintf.h
@@ -27,6 +27,7 @@ limitations under the License.
#include <string>
#include <vector>
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
namespace tensorflow {