aboutsummaryrefslogtreecommitdiff
path: root/bbot/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-10-13 15:40:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-10-13 15:40:10 +0200
commit644f4fac6a06f269e342bac43966f3d400715ef6 (patch)
tree2385c02c781fd71dfcdc8d18c41a8766a955eec5 /bbot/types.hxx
parent4622147b57a320a44e6d1336c15d0e333964b9da (diff)
Factor out and generalize worker result uploading
Diffstat (limited to 'bbot/types.hxx')
-rw-r--r--bbot/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/types.hxx b/bbot/types.hxx
index 35f8a69..7e485f7 100644
--- a/bbot/types.hxx
+++ b/bbot/types.hxx
@@ -61,6 +61,7 @@ namespace bbot
using std::invalid_argument;
using std::runtime_error;
using std::system_error;
+ using std::generic_category;
using io_error = std::ios_base::failure;
// <libbutl/optional.mxx>