add missing stdexcept header (#1740)

This commit is contained in:
Illia Silin
2024-12-10 15:16:03 -08:00
committed by GitHub
parent 90d8410d56
commit 357a0b1c57

View File

@@ -4,6 +4,7 @@
#include <hip/hip_runtime_api.h>
#include <memory>
#include <string>
#include <stdexcept>
namespace rtc {