Add missing <array> header to performance_test_tests.cc

This commit is contained in:
Nik Pavlov 2024-09-02 14:06:56 +00:00 committed by Marshall Greenblatt
parent 01f47cd36f
commit 168febe5db
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include "tests/cefclient/renderer/performance_test.h"
#include <array>
#include "include/cef_v8.h"
#include "tests/cefclient/renderer/performance_test_setup.h"