From d449682ff06db27e25fde13d3c297baabcbe08e9 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Fri, 1 May 2020 13:47:36 -0700 Subject: [PATCH] Add missing include to standalone fuzzer driver --- src/fuzzers/standalone-driver.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fuzzers/standalone-driver.cc b/src/fuzzers/standalone-driver.cc index 840b8d8e52..69ca7202cf 100644 --- a/src/fuzzers/standalone-driver.cc +++ b/src/fuzzers/standalone-driver.cc @@ -1,4 +1,5 @@ #include +#include #include #include #include