aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/platform
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-06 12:53:45 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-06 12:53:45 -0800
commit252bb90ca2dd412ca2fd2908faf1a25d6ef618cf (patch)
treedac8bd5cbdd617fb42206d16001e087355c0690d /tensorflow/stream_executor/platform
parent71677020b92898da52d26885ce269b104ec863b7 (diff)
#include third_party/tensorflow/core/platform/macros.h
directly so we can drop it from port.h. Change: 111506675
Diffstat (limited to 'tensorflow/stream_executor/platform')
-rw-r--r--tensorflow/stream_executor/platform/port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/platform/port.h b/tensorflow/stream_executor/platform/port.h
index c1b770e486..6ad9246418 100644
--- a/tensorflow/stream_executor/platform/port.h
+++ b/tensorflow/stream_executor/platform/port.h
@@ -18,6 +18,7 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_PLATFORM_PORT_H_
#define TENSORFLOW_STREAM_EXECUTOR_PLATFORM_PORT_H_
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
namespace perftools {