aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/simple_placer.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-06 12:53:36 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-06 12:53:36 -0800
commit71677020b92898da52d26885ce269b104ec863b7 (patch)
tree3dfb121d9160315f49112603d4bb4d47976bcee0 /tensorflow/core/common_runtime/simple_placer.h
parentd64612884d88a200f86ce4e602e49b8cbe0d4e39 (diff)
#include third_party/tensorflow/core/platform/macros.h
directly so we can drop it from port.h. Change: 111506630
Diffstat (limited to 'tensorflow/core/common_runtime/simple_placer.h')
-rw-r--r--tensorflow/core/common_runtime/simple_placer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/common_runtime/simple_placer.h b/tensorflow/core/common_runtime/simple_placer.h
index b1c96be03e..f7f1826977 100644
--- a/tensorflow/core/common_runtime/simple_placer.h
+++ b/tensorflow/core/common_runtime/simple_placer.h
@@ -21,6 +21,7 @@ limitations under the License.
#include "tensorflow/core/common_runtime/device_set.h"
#include "tensorflow/core/graph/graph.h"
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/public/session_options.h"
#include "tensorflow/core/public/status.h"