Skip to content

Commit

Permalink
Include what you use
Browse files Browse the repository at this point in the history
The code below relies on std::istream_iterator, but does not #include
<iterator> where that class is declared.

Tested: Code compiles on latest rebase.

Signed-off-by: Ed Tanous <[email protected]>
Change-Id: Icb6c2c595ef703756a7a62a4c6c97a4503500f64
  • Loading branch information
edtanous committed May 27, 2022
1 parent 1e01078 commit 6b9daf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msl_verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <filesystem>
#include <fstream>
#include <iterator>
#include <regex>

namespace openpower
Expand Down

0 comments on commit 6b9daf5

Please sign in to comment.