Skip to content

Commit

Permalink
use <iosfwd> in header (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave authored Jul 20, 2024
1 parent 9f55d0e commit 8df5a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions simplecpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <exception>
#include <fstream>
#include <iostream>
#include <istream>
#include <limits>
#include <list>
#include <map>
Expand Down
2 changes: 1 addition & 1 deletion simplecpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include <cctype>
#include <cstring>
#include <istream>
#include <iosfwd>
#include <list>
#include <map>
#include <set>
Expand Down

0 comments on commit 8df5a54

Please sign in to comment.