Fix compilation in D3D cases (#392)

* Fix compilation in D3D cases

* Use existing harness include search path.
This commit is contained in:
Grzegorz Wawiorko
2019-07-24 15:19:26 +02:00
committed by Kévin Petit
parent 9cfca7e69e
commit 64dba66718
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ typedef unsigned char UINT8;
#include <CL/cl_d3d10.h>
#include <stdio.h>
#include "errorHelpers.h"
#include "../test_common/harness/kernelHelpers.h"
#include "kernelHelpers.h"
// #define log_info(...) printf(__VA_ARGS__)
// #define log_error(...) printf(__VA_ARGS__)