From bb44dd1e6145bae5ed88429c9b2d39a8fc5baf6b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 2 Dec 2025 07:37:00 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 839262957 --- tensorflow/security/fuzzing/cc/ops/bincount_fuzz.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/security/fuzzing/cc/ops/bincount_fuzz.cc b/tensorflow/security/fuzzing/cc/ops/bincount_fuzz.cc index 025212d78bc..be975d055d5 100644 --- a/tensorflow/security/fuzzing/cc/ops/bincount_fuzz.cc +++ b/tensorflow/security/fuzzing/cc/ops/bincount_fuzz.cc @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #include #include "fuzztest/fuzztest.h"