aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/device_set.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/device_set.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/device_set.h')
-rw-r--r--tensorflow/core/common_runtime/device_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/common_runtime/device_set.h b/tensorflow/core/common_runtime/device_set.h
index 20282346fa..3092ac7ca8 100644
--- a/tensorflow/core/common_runtime/device_set.h
+++ b/tensorflow/core/common_runtime/device_set.h
@@ -21,6 +21,7 @@ limitations under the License.
#include <vector>
#include "tensorflow/core/common_runtime/device.h"
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/util/device_name_utils.h"