Skip to content

Commit

Permalink
follow iwyu for string usage (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol Hansen authored Nov 16, 2017
1 parent 17fb7bf commit 5651b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/hello_world/exclaim.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <iostream>
#include <string>

namespace hello_world {

Expand Down
1 change: 1 addition & 0 deletions include/hello_world/expensive.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <map>
#include <string>

namespace hello_world {

Expand Down

0 comments on commit 5651b30

Please sign in to comment.