Skip to content

Commit

Permalink
Added <string> and <sstream> header, necessary for std::getline and s…
Browse files Browse the repository at this point in the history
…td::basic_stringstream, re gentryx#49
  • Loading branch information
seb-ehm committed Nov 1, 2017
1 parent 904b45e commit 817e03c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include <fstream>
#include <iostream>
#include <string> //std::getline
#include <sstream> //std::basic_stringstream

#ifdef _MSC_BUILD
#pragma warning( pop )
Expand Down

0 comments on commit 817e03c

Please sign in to comment.