aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/strcat.h
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/strcat.h
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/strcat.h')
-rw-r--r--tensorflow/core/lib/strings/strcat.h1
1 files changed, 1 insertions, 0 deletions
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().