diff options
| author | Karl-Johan Alm <[email protected]> | 2016-12-21 13:43:49 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2016-12-21 16:49:21 +0900 |
| commit | 280a5599ebccbb54fb650f5e3939b0878b2f667a (patch) | |
| tree | b4fa13e544e3fbf791a7e1970d3b640abbfee55b /src/support | |
| parent | Switched bitcoin-cli.cpp to use RAII unique pointers with deleters. (diff) | |
| download | discoin-280a5599ebccbb54fb650f5e3939b0878b2f667a.tar.xz discoin-280a5599ebccbb54fb650f5e3939b0878b2f667a.zip | |
Added some simple tests for the RAII-style events.
Diffstat (limited to 'src/support')
| -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 16378086f..4f2f3cf9e 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> |