Skip to content

Commit cfc9f38

Browse files
Add missing include
Signed-off-by: Szymon Morek <[email protected]>
1 parent 4d8d241 commit cfc9f38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/source/os_interface/linux/ioctl_helper_getter_upstream.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
*/
77

8+
#include "shared/source/helpers/hw_info.h"
89
#include "shared/source/os_interface/linux/ioctl_helper.h"
910

1011
#include <memory>
@@ -20,5 +21,6 @@ IoctlHelper *IoctlHelper::get(const HardwareInfo *hwInfo, const std::string &pre
2021
return productSpecificIoctlHelper->clone();
2122
}
2223
return new IoctlHelperUpstream{};
24+
}
2325

2426
} // namespace NEO

0 commit comments

Comments
 (0)