Skip to content

Commit

Permalink
Merge pull request #114 from aescande/master
Browse files Browse the repository at this point in the history
fwd.hh: replace include of iosfwd by string
  • Loading branch information
bchretien committed Jun 9, 2016
2 parents 0dc856b + 5515302 commit 8265340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/roboptim/core/fwd.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# define ROBOPTIM_CORE_FWD_HH

// TODO: remove as soon as the typeString() problem is solved
# include <iosfwd>
# include <string>

# include <roboptim/core/portability.hh>

Expand Down

0 comments on commit 8265340

Please sign in to comment.