diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/salticidae/event.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/salticidae/event.h b/include/salticidae/event.h index 75d1d0f..9c59a6a 100644 --- a/include/salticidae/event.h +++ b/include/salticidae/event.h @@ -25,6 +25,11 @@ #ifndef _SALTICIDAE_EVENT_H #define _SALTICIDAE_EVENT_H +#include <event2/event.h> + +#include "salticidae/util.h" +#include "salticidae/ref.h" + namespace salticidae { struct _event_context_deleter { |