From 39f84da183f47495fb11cd1088bacbb0ea144bc6 Mon Sep 17 00:00:00 2001
From: Wan-Teh Chang <[EMAIL REDACTED]>
Date: Thu, 15 Aug 2024 12:01:42 -0700
Subject: [PATCH] cpu_used_firstpass_test.cc: Include gtest/gtest.h
Fix the ClangTidy misc-include-cleaner warning:
no header providing "GTEST_SKIP" is directly included
Change-Id: I163abac834f21bb3aa18013418171b16200de412
---
test/cpu_used_firstpass_test.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/cpu_used_firstpass_test.cc b/test/cpu_used_firstpass_test.cc
index e1d389f23..7ed28e460 100644
--- a/test/cpu_used_firstpass_test.cc
+++ b/test/cpu_used_firstpass_test.cc
@@ -11,6 +11,7 @@
#include <cstdlib>
+#include "gtest/gtest.h"
#include "test/codec_factory.h"
#include "test/encode_test_driver.h"
#include "test/i420_video_source.h"