Add missing include

Change-Id: I3384f2d599941cfd96bbe93559ebfb323f6eb285
Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
Pawel Wilma 2018-09-28 13:19:27 +02:00
parent 2227386eb7
commit f3b1d73e88
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@
#pragma once
#include <cstdint>
namespace GrfConfig {
constexpr uint32_t DefaultGrfNumber = 128u;
}
}