Add missing include.

- isImageFromBuffer() requires this to work properly.

Change-Id: I0e4ec88787498ebf39637fe510a8a335174ac91f
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-04-12 10:21:03 +02:00
committed by sys_ocldev
parent e42d62c64d
commit 18bba75a01

View File

@@ -9,6 +9,7 @@
#include "runtime/helpers/string.h"
#include "runtime/helpers/surface_formats.h"
#include "runtime/helpers/validators.h"
#include "runtime/mem_obj/buffer.h"
#include "runtime/mem_obj/mem_obj.h"
namespace NEO {