Skip to content

Commit efe9517

Browse files
authored
fix: add missing include to make build work again (lneely#77)
* fix: add to make build work again * fix: add to make build work again * fix: add to make build work again * fix: correct alphabetical order
1 parent 5fdd3d5 commit efe9517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CLI11.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ used by this program.
44
*/
55

66
#pragma once
7+
#include <algorithm>
78
#include <functional>
89
#include <iostream>
910
#include <map>
@@ -392,4 +393,4 @@ class App {
392393
namespace CLI {
393394
using App = ::App;
394395
using ParseError = ::ParseError;
395-
} // namespace CLI
396+
} // namespace CLI

0 commit comments

Comments
 (0)