commit | 4176ead370ca929ef5a4044b552ff22f057e0486 | [log] [tgz] |
---|---|---|
author | Akshay Modi <nareshmodi@google.com> | Tue Nov 05 11:13:46 2019 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Nov 05 11:18:24 2019 -0800 |
tree | 1e402cf5c6cb37df5646543b6b0bc6fcebdce1f3 | |
parent | 661f0ac0015184e970f9a3f04e845a9166ebfa7a [diff] |
Include <numeric> as the build fails on windows otherwise PiperOrigin-RevId: 278668137 Change-Id: I0ee4e026ac5a8f204b73f99f3f55990d3e0af451
diff --git a/tensorflow/core/kernels/debug_ops.h b/tensorflow/core/kernels/debug_ops.h index bedc950..72a333d 100644 --- a/tensorflow/core/kernels/debug_ops.h +++ b/tensorflow/core/kernels/debug_ops.h
@@ -16,6 +16,8 @@ #ifndef TENSORFLOW_CORE_KERNELS_DEBUG_OPS_H_ #define TENSORFLOW_CORE_KERNELS_DEBUG_OPS_H_ +#include <numeric> + #include "tensorflow/core/lib/bfloat16/bfloat16.h" #if GOOGLE_CUDA || TENSORFLOW_USE_ROCM