Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 999efbef authored by Ryan Prichard's avatar Ryan Prichard
Browse files

Add missing <functional> and <vector> includes

Bug: 175635923
Test: m MODULES-IN-system-core-libutils
Change-Id: I065907a58a88723ae512f155dfde2d2fcb3fc322
parent 93377e99
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,7 +13,9 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#include <functional>
#include <iostream>
#include <vector>

#include "fuzzer/FuzzedDataProvider.h"
#include "utils/String16.h"