Fix compilation error
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
parent
9a26e505a8
commit
e018dda01b
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue