Add absolute path to include

Change-Id: Ib0782b4ab8d9a26ec358ecfb57721f4fe8d51b06
This commit is contained in:
kamdiedrich
2020-02-22 22:50:57 +01:00
committed by sys_ocldev
parent a48b50c554
commit d015d3633f
1377 changed files with 5386 additions and 5464 deletions

View File

@@ -8,11 +8,10 @@
#pragma once
#include "core/helpers/string.h"
#include "core/image/image_surface_state.h"
#include "helpers/surface_formats.h"
#include "helpers/validators.h"
#include "mem_obj/buffer.h"
#include "mem_obj/mem_obj.h"
#include "opencl/source/helpers/surface_formats.h"
#include "opencl/source/helpers/validators.h"
#include "opencl/source/mem_obj/buffer.h"
#include "opencl/source/mem_obj/mem_obj.h"
namespace NEO {
class Image;