diff --git a/hipamd/src/fixme.cpp b/hipamd/src/fixme.cpp index 3b6b55bcde..3560eff8c1 100644 --- a/hipamd/src/fixme.cpp +++ b/hipamd/src/fixme.cpp @@ -19,7 +19,15 @@ THE SOFTWARE. */ #include "vdi_common.hpp" -#include +#ifdef _WIN32 +#include +#include +#include +#include +#include +#include +#endif +#include cl_icd_dispatch amd::ICDDispatchedObject::icdVendorDispatch_[] = {0}; amd::PlatformIDS amd::PlatformID::Platform = {amd::ICDDispatchedObject::icdVendorDispatch_};