From 8d66382db399f2825e3c6fd1468f9cafd123eb95 Mon Sep 17 00:00:00 2001 From: Greg Foss Date: Mon, 20 Jan 2020 16:57:32 -0500 Subject: [PATCH] Fixing compilation temporarily --- breadcrumbs/src/config/config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/breadcrumbs/src/config/config.cpp b/breadcrumbs/src/config/config.cpp index 2c9532d..d69d964 100644 --- a/breadcrumbs/src/config/config.cpp +++ b/breadcrumbs/src/config/config.cpp @@ -1,3 +1,4 @@ +/* #include #include #include @@ -40,4 +41,5 @@ int main() { Config c = createNewConfig("config.txt"); std::cout << c.attributes["i"]; return 0; -} \ No newline at end of file +} +*/ \ No newline at end of file