Skip to content

Commit

Permalink
Fixing compilation temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
grf14003 committed Jan 20, 2020
1 parent 32ef926 commit 8d66382
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion breadcrumbs/src/config/config.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
#include <stdio.h>
#include <iostream>
#include <fstream>
Expand Down Expand Up @@ -40,4 +41,5 @@ int main() {
Config c = createNewConfig("config.txt");
std::cout << c.attributes["i"];
return 0;
}
}
*/

0 comments on commit 8d66382

Please sign in to comment.