1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 13:43:52 +00:00

Adding algorithm includes

This commit is contained in:
Henry Fredrick Schreiner 2017-02-11 10:27:08 -05:00
parent cf2a212f01
commit 92957602ec
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <iostream> #include <iostream>
#include <algorithm>
#include "CLI/StringTools.hpp" #include "CLI/StringTools.hpp"

View File

@ -8,6 +8,7 @@
#include <iomanip> #include <iomanip>
#include <locale> #include <locale>
#include <type_traits> #include <type_traits>
#include <algorithm>
namespace CLI { namespace CLI {
namespace detail { namespace detail {