From db9b863222dbd51154c422cf85bc8fafacd5b25b Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 15 Mar 2017 17:55:34 +0000 Subject: 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. --- src/shell_manager.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shell_manager.cc') diff --git a/src/shell_manager.cc b/src/shell_manager.cc index a663c59f..78147d76 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -7,6 +7,7 @@ #include "event_manager.hh" #include "face_registry.hh" #include "file.hh" +#include "flags.hh" #include "regex.hh" #include -- cgit v1.2.3