From acfdb0fc9de8dfb1b3ce92b3454878fe4212e424 Mon Sep 17 00:00:00 2001 From: Maciej Dziuban Date: Wed, 24 Jul 2019 10:46:35 +0200 Subject: [PATCH] Add missing include Change-Id: Ic2d7d3eba4220c09409144005272d4b14581f144 Signed-off-by: Maciej Dziuban --- unit_tests/gen_common/cmd_parse_base.inl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_tests/gen_common/cmd_parse_base.inl b/unit_tests/gen_common/cmd_parse_base.inl index 514d118e29..7b992538ef 100644 --- a/unit_tests/gen_common/cmd_parse_base.inl +++ b/unit_tests/gen_common/cmd_parse_base.inl @@ -5,6 +5,8 @@ * */ +#include "unit_tests/gen_common/gen_cmd_parse.h" + // clang-format off using namespace NEO; using MI_ARB_CHECK = GenStruct::MI_ARB_CHECK;