Skip to content

Commit

Permalink
add missing stdexcept header (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
illsilin authored Dec 10, 2024
1 parent 90d8410 commit 357a0b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/test/rtc/include/rtc/hip.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <hip/hip_runtime_api.h>
#include <memory>
#include <string>
#include <stdexcept>

namespace rtc {

Expand Down

0 comments on commit 357a0b1

Please sign in to comment.