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/ncurses_ui.cc | |
| parent | bf980eba04597997d62bf9dcf708404b80960e50 (diff) | |
Move containers utils to containers.hh and add filtered/transformed utils
Diffstat (limited to 'src/ncurses_ui.cc')
| -rw-r--r-- | src/ncurses_ui.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ncurses_ui.cc b/src/ncurses_ui.cc index b11f5a58..0a7dbf38 100644 --- a/src/ncurses_ui.cc +++ b/src/ncurses_ui.cc @@ -7,6 +7,7 @@ #include "utf8_iterator.hh" #include <map> +#include <algorithm> #define NCURSES_OPAQUE 0 #define NCURSES_INTERNALS |
