test: add missing include of gtest.h

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-11-07 08:41:43 +00:00
committed by Compute-Runtime-Automation
parent 58bab26fc1
commit b0559beca6
7 changed files with 14 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
#include "shared/test/common/fixtures/device_fixture.h"
#include "shared/test/common/mocks/mock_gmm.h"
#include "gtest/gtest.h"
#include <memory>
namespace NEO {