diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-12-23 13:34:21 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-12-23 13:40:26 +0000 |
| commit | 064fb81b8d38df3bc77e2211fb6bc5db84fedb97 (patch) | |
| tree | 2a5e7ebdafb1edbe9ef4930a1ed5b65912fa9e36 /src/normal.cc | |
| parent | bf980eba04597997d62bf9dcf708404b80960e50 (diff) | |
Move containers utils to containers.hh and add filtered/transformed utils
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc index e4b9c8d1..13f1fb7c 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -5,6 +5,7 @@ #include "client_manager.hh" #include "command_manager.hh" #include "commands.hh" +#include "containers.hh" #include "context.hh" #include "debug.hh" #include "face_registry.hh" |
