diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-03-15 17:55:34 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-03-15 18:00:58 +0000 |
| commit | db9b863222dbd51154c422cf85bc8fafacd5b25b (patch) | |
| tree | c64d4a42ff62372736d747a1ab25568954ba6e32 /src/event_manager.cc | |
| parent | a49e175727928b8b45c0c2ccdb01f143ea6d18c2 (diff) | |
Migrate WithBitOps template specialization to with_bit_ops function
This way we dont depend on knowing the base template to enable bit ops
on an enum type.
Diffstat (limited to 'src/event_manager.cc')
| -rw-r--r-- | src/event_manager.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event_manager.cc b/src/event_manager.cc index 11fb5c44..7a0614dc 100644 --- a/src/event_manager.cc +++ b/src/event_manager.cc @@ -1,6 +1,7 @@ #include "event_manager.hh" #include "containers.hh" +#include "flags.hh" #include <unistd.h> |
