Commit 2e331308 by Aaron Gokaslan Committed by GitHub

chore: remove unused include from stl.h (#3928)

* change iostream include to ostream include
parent 68a0b2df
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
#include "detail/common.h" #include "detail/common.h"
#include <deque> #include <deque>
#include <iostream>
#include <list> #include <list>
#include <map> #include <map>
#include <ostream>
#include <set> #include <set>
#include <unordered_map> #include <unordered_map>
#include <unordered_set> #include <unordered_set>
......
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