diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/uptr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/uptr.h b/service/uptr.h index 1de1f99..17eb28d 100644 --- a/service/uptr.h +++ b/service/uptr.h @@ -3,6 +3,7 @@ #include <memory> #include <functional> +#include <stdexcept> namespace MirrorSearch { typedef std::function<void(const std::string &)> OnError; |