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 * SPDX-License-Identifier: MIT
* *
*/ */
#pragma once
#include "opencl/source/execution_environment/cl_execution_environment.h" #include "opencl/source/execution_environment/cl_execution_environment.h"
namespace NEO { namespace NEO {