diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2016-12-21 13:43:49 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2016-12-21 16:49:21 +0900 |
commit | 280a5599ebccbb54fb650f5e3939b0878b2f667a (patch) | |
tree | b4fa13e544e3fbf791a7e1970d3b640abbfee55b /src/support/events.h | |
parent | 7f7f102b8d5024cc702e308f2ad86a4137d790f7 (diff) |
Added some simple tests for the RAII-style events.
Diffstat (limited to 'src/support/events.h')
-rw-r--r-- | src/support/events.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/events.h b/src/support/events.h index 16378086fa..4f2f3cf9ef 100644 --- a/src/support/events.h +++ b/src/support/events.h @@ -6,6 +6,7 @@ #define BITCOIN_SUPPORT_EVENTS_H #include <ios> +#include <memory> #include <event2/event.h> #include <event2/http.h> |