Skip to content

Commit

Permalink
Include <exception> to fix "std::terminate" errors
Browse files Browse the repository at this point in the history
  • Loading branch information
luciascarlet authored Apr 11, 2024
1 parent ea88647 commit a289f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/clap/helpers/host-proxy.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <cassert>
#include <exception>
#include <iostream>
#include <sstream>

Expand Down
1 change: 1 addition & 0 deletions include/clap/helpers/plugin.hxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <cassert>
#include <cstring>
#include <exception>
#include <iostream>
#include <sstream>
#include <stdexcept>
Expand Down

0 comments on commit a289f00

Please sign in to comment.