mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add missing pragma once in header files
Signed-off-by: Daniel Chabrowski <daniel.chabrowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
00641c9496
commit
c303c218be
@ -5,6 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared/test/common/test_macros/test.h"
|
||||
|
||||
#include "opencl/test/unit_test/offline_compiler/mock/mock_offline_compiler.h"
|
||||
@ -20,4 +22,4 @@ struct OclocProductConfigTests : public ::testing::TestWithParam<std::tuple<PROD
|
||||
PRODUCT_FAMILY productFamily;
|
||||
std::unique_ptr<MockOfflineCompiler> mockOfflineCompiler;
|
||||
};
|
||||
} // namespace NEO
|
||||
} // namespace NEO
|
||||
|
Reference in New Issue
Block a user