diff --git a/tensorflow/cc/gradients/grad_testutil.h b/tensorflow/cc/gradients/grad_testutil.h index b576a05ed4f..43d533ad760 100644 --- a/tensorflow/cc/gradients/grad_testutil.h +++ b/tensorflow/cc/gradients/grad_testutil.h @@ -17,6 +17,7 @@ limitations under the License. #define TENSORFLOW_CC_GRADIENTS_GRAD_TESTUTIL_H_ #include + #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/scope.h" diff --git a/tensorflow/cc/ops/const_op.h b/tensorflow/cc/ops/const_op.h index c6e5896e421..9c888701b45 100644 --- a/tensorflow/cc/ops/const_op.h +++ b/tensorflow/cc/ops/const_op.h @@ -17,6 +17,7 @@ limitations under the License. #define TENSORFLOW_CC_OPS_CONST_OP_H_ #include + #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/scope.h" #include "tensorflow/core/graph/node_builder.h" diff --git a/tensorflow/cc/ops/while_loop.h b/tensorflow/cc/ops/while_loop.h index b224ebf3f78..ee63d803ffa 100644 --- a/tensorflow/cc/ops/while_loop.h +++ b/tensorflow/cc/ops/while_loop.h @@ -18,6 +18,7 @@ limitations under the License. #include #include + #include "tensorflow/cc/framework/ops.h" #include "tensorflow/cc/framework/scope.h" diff --git a/tensorflow/cc/profiler/profiler.h b/tensorflow/cc/profiler/profiler.h index 6ac46b37a95..7436179c0b9 100644 --- a/tensorflow/cc/profiler/profiler.h +++ b/tensorflow/cc/profiler/profiler.h @@ -18,6 +18,7 @@ limitations under the License. #include #include + #include "tensorflow/core/framework/graph.pb.h" #include "tensorflow/core/lib/core/status.h" #include "tensorflow/core/profiler/internal/tfprof_stats.h"