Commit 26ff099a authored by James Lamb's avatar James Lamb Committed by Nikita Titov
Browse files

explicitly import `std::max` from <algorithm> (#2562)

* added <algorithm> to parser header

* reordered inputs per style guide
parent a8dc0325
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "parser.hpp" #include "parser.hpp"
#include <string> #include <string>
#include <algorithm>
#include <fstream> #include <fstream>
#include <functional> #include <functional>
#include <iostream> #include <iostream>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment