"docs/source/en/vscode:/vscode.git/clone" did not exist on "dce06680d2fb7f97870b5d3948c68a41182fed56"
Commit fb1bc1bf authored by Astha Rai's avatar Astha Rai
Browse files

resolved stdexcept include error

parent 60afb522
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <hip/hip_runtime_api.h> #include <hip/hip_runtime_api.h>
#include <memory> #include <memory>
#include <stdexcept>
#include <string> #include <string>
namespace rtc { namespace rtc {
......
#include <rtc/kernel.hpp> #include <rtc/kernel.hpp>
#include <rtc/manage_ptr.hpp> #include <rtc/manage_ptr.hpp>
#include <rtc/hip.hpp> #include <rtc/hip.hpp>
#include <stdexcept>
#include <cassert> #include <cassert>
// extern declare the function since hip/hip_ext.h header is broken // extern declare the function since hip/hip_ext.h header is broken
......
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