Kaydet (Commit) 280fd154 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Try to fix MSVC build

Change-Id: I24c48d2540a8cb7d2a823862d53cddf90d41f94a
üst 28c7d765
...@@ -43,6 +43,9 @@ struct OPENCL_DLLPUBLIC OpenCLPlatformInfo ...@@ -43,6 +43,9 @@ struct OPENCL_DLLPUBLIC OpenCLPlatformInfo
std::vector<OpenCLDeviceInfo> maDevices; std::vector<OpenCLDeviceInfo> maDevices;
OpenCLPlatformInfo(); OpenCLPlatformInfo();
~OpenCLPlatformInfo()
{
}
}; };
OPENCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const OpenCLPlatformInfo& rPlatform); OPENCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const OpenCLPlatformInfo& rPlatform);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment