Fix compilation error

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski 2022-06-21 11:28:46 +00:00 committed by Compute-Runtime-Automation
parent 9a26e505a8
commit e018dda01b
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include "shared/offline_compiler/source/ocloc_arg_helper.h"
#include "shared/test/common/test_macros/test.h"
#include <algorithm>
struct OclocArgHelperTests : public ::testing::Test {
OclocArgHelperTests() {
argHelper = std::make_unique<OclocArgHelper>();