mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Add missing pragma once
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9a142389ec
commit
13bea69877
@@ -1,10 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) 2020 Intel Corporation
|
||||
* Copyright (C) 2020-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "opencl/source/execution_environment/cl_execution_environment.h"
|
||||
|
||||
namespace NEO {
|
||||
@@ -13,4 +14,4 @@ class MockClExecutionEnvironment : public ClExecutionEnvironment {
|
||||
using ClExecutionEnvironment::asyncEventsHandler;
|
||||
using ClExecutionEnvironment::ClExecutionEnvironment;
|
||||
};
|
||||
} // namespace NEO
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user