Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Aug 22, 2024
1 parent bccf2c8 commit 01f96c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/runtime_tests/capture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "testing_event.hpp"

#include <string>
#if SNITCH_WITH_EXCEPTIONS
# include <stdexcept>
#endif

using namespace std::literals;

Expand Down

0 comments on commit 01f96c9

Please sign in to comment.