Add missing pragma once

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-08-30 08:44:44 +00:00
committed by Compute-Runtime-Automation
parent 9a142389ec
commit 13bea69877

View File

@@ -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