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-27 15:49:45 +0200
commit994665e567e2538f57de9474f498cfa0095a0050 (patch)
tree495e9f7ccd848eb7f634b41a2588f5f7d4b5280f /bbot/types.hxx
parent49653c56bd5b9c7b8ad459b278634ddbb9115a74 (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>