diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-15 15:37:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-15 15:37:57 +0200 |
commit | 1d0890bb241d7ef3d52057e3d2715277d081b0e5 (patch) | |
tree | f46c4729f88e41de1d523d75983d950758a14d0d /comphelper | |
parent | 83a4d5790cb5b27c19e82b6c9186b69e836defc6 (diff) |
Missing include
Change-Id: I3345d989dc279f080d26c60888daa67154b3c0e9
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/asyncnotification.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/source/misc/asyncnotification.cxx b/comphelper/source/misc/asyncnotification.cxx index 942ba308e263..bb53b096a5d7 100644 --- a/comphelper/source/misc/asyncnotification.cxx +++ b/comphelper/source/misc/asyncnotification.cxx @@ -25,6 +25,7 @@ #include <cassert> #include <deque> +#include <stdexcept> #include <vector> #include <functional> #include <algorithm> |