aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-13 07:55:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-13 07:58:17 -0700
commit3eb4e4f82c3d91586b2510d3fb769d6683a4c5f3 (patch)
tree35bec18db6d7e429005f0a780808dc078d7f8d11 /tensorflow/compiler/aot
parent8c47ec384eb28639934f8aee1a179b5b3d814af8 (diff)
Split byte_order.h off cpu_info.h
PiperOrigin-RevId: 192768744
Diffstat (limited to 'tensorflow/compiler/aot')
-rw-r--r--tensorflow/compiler/aot/test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/aot/test.cc b/tensorflow/compiler/aot/test.cc
index 47ef5f82cb..6b098049cb 100644
--- a/tensorflow/compiler/aot/test.cc
+++ b/tensorflow/compiler/aot/test.cc
@@ -35,6 +35,7 @@ limitations under the License.
// clang-format on
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
+#include "tensorflow/core/platform/byte_order.h"
#include "tensorflow/core/platform/cpu_info.h"
#include "tensorflow/core/platform/test.h"
#include "tensorflow/core/platform/test_benchmark.h"