Skip to content

Commit

Permalink
Added string import to compile under OSX with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hoffmann committed Apr 23, 2020
1 parent e134807 commit c12b4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions writeLipidEnums.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ void writeLipidEnum(string ofFileName){
offile << "#include <vector>" << endl;
offile << "#include <map>" << endl;
offile << "#include <set>" << endl;
offile << "#include <string>" << endl;
offile << "" << endl;
offile << "namespace goslin {" << endl;
offile << "using namespace std;" << endl;
Expand Down

0 comments on commit c12b4c5

Please sign in to comment.