Update libfuzzer_client.cpp

Missing chrono header
This commit is contained in:
Ionut Cava 2025-06-05 14:44:20 +01:00 committed by GitHub
parent 51e5898b70
commit acad50520c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
#include <iostream>
#include <list>
#include <regex>
#include <chrono>
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS