🚨 add missing includes

parent 40483dda
......@@ -42,9 +42,11 @@ SOFTWARE.
#include <iosfwd> // istream, ostream
#endif // JSON_NO_IO
#include <iterator> // random_access_iterator_tag
#include <map> // map
#include <memory> // unique_ptr
#include <numeric> // accumulate
#include <string> // string, stoi, to_string
#include <unordered_map> // unordered_map
#include <utility> // declval, forward, move, pair, swap
#include <vector> // vector
......
......@@ -42,9 +42,11 @@ SOFTWARE.
#include <iosfwd> // istream, ostream
#endif // JSON_NO_IO
#include <iterator> // random_access_iterator_tag
#include <map> // map
#include <memory> // unique_ptr
#include <numeric> // accumulate
#include <string> // string, stoi, to_string
#include <unordered_map> // unordered_map
#include <utility> // declval, forward, move, pair, swap
#include <vector> // vector
......
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