mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Add missing include
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4d8d2412f9
commit
cfc9f385bc
@@ -5,6 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/hw_info.h"
|
||||
#include "shared/source/os_interface/linux/ioctl_helper.h"
|
||||
|
||||
#include <memory>
|
||||
@@ -20,5 +21,6 @@ IoctlHelper *IoctlHelper::get(const HardwareInfo *hwInfo, const std::string &pre
|
||||
return productSpecificIoctlHelper->clone();
|
||||
}
|
||||
return new IoctlHelperUpstream{};
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user