Merge pull request #29 from ittiam-systems/avc_enc_fuzzer-tuple

avc_enc_fuzzer: Add #include <tuple>
This commit is contained in:
ram-mohan 2023-03-11 23:52:18 +05:30 committed by GitHub
commit 164b3953b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@
#include <malloc.h>
#include <algorithm>
#include <string.h>
#include <tuple>
#include <vector>
#include "ih264_defs.h"