aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io/inputbuffer.h
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/core/lib/io/inputbuffer.h
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/core/lib/io/inputbuffer.h')
-rw-r--r--tensorflow/core/lib/io/inputbuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/lib/io/inputbuffer.h b/tensorflow/core/lib/io/inputbuffer.h
index 149ac79f9a..7c75770dbd 100644
--- a/tensorflow/core/lib/io/inputbuffer.h
+++ b/tensorflow/core/lib/io/inputbuffer.h
@@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_LIB_IO_INPUTBUFFER_H_
#include <string>
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/public/env.h"
#include "tensorflow/core/public/status.h"