add missing stdexcept header (#1740)

[ROCm/composable_kernel commit: 357a0b1c57]
This commit is contained in:
Illia Silin
2024-12-10 15:16:03 -08:00
committed by GitHub
parent 21ae5f75c3
commit b0cb070311

View File

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