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