Fix include order dependency

Change-Id: I65fe4f51040f57fd074f61b5917872d69f441998
This commit is contained in:
Dunajski, Bartosz
2018-07-04 15:50:43 +02:00
committed by sys_ocldev
parent 4dee2c789a
commit 0aea0b6fca

View File

@ -30,6 +30,9 @@
#ifdef SUPPORT_GEN10
#include "runtime/gen10/reg_configs.h"
#endif
#include <cstdint>
namespace OCLRT {
namespace ThreadArbitrationPolicy {
const uint32_t RoundRobinAfterDependency = 2;