From b5ecd05356f8bc2fdc2c0dcb64dcd6dcb9888914 Mon Sep 17 00:00:00 2001 From: Eric Bryant Date: Wed, 16 May 2018 22:22:19 -0400 Subject: [PATCH] namespace after #include --- fpcull/fpcull.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpcull/fpcull.cpp b/fpcull/fpcull.cpp index 7c66c4a7..eb070c3f 100644 --- a/fpcull/fpcull.cpp +++ b/fpcull/fpcull.cpp @@ -1,7 +1,7 @@ -// Travel Mapping Project, Eric Bryant, 2017 -using namespace std; +// Travel Mapping Project, Eric Bryant, 2017, 2018 #include #include +using namespace std; class entry { public: