From b5ea5ce065859008697d543f118dd2df6af3e1f5 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Sun, 29 Jan 2017 22:02:11 -0500 Subject: [PATCH] Change positionals to deque, no reverse needed --- include/CLI.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/CLI.hpp b/include/CLI.hpp index 0abeb99a..b15997c1 100644 --- a/include/CLI.hpp +++ b/include/CLI.hpp @@ -2,6 +2,7 @@ #include #include +#include #include #include #include @@ -321,7 +322,7 @@ protected: std::string prog_discription; std::vector