diff options
Diffstat (limited to 'brep/types')
-rw-r--r-- | brep/types | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include <ostream> #include <functional> // function, reference_wrapper +#include <ios> // ios_base::failure #include <exception> // exception #include <stdexcept> // logic_error, invalid_argument, runtime_error #include <system_error> @@ -62,6 +63,7 @@ namespace brep using std::invalid_argument; using std::runtime_error; using std::system_error; + using io_error = std::ios_base::failure; // <butl/optional> // |