From 51e97b3d20941cf158c12d582d5bfe92364d645a Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Mon, 28 Nov 2022 14:38:28 -0800 Subject: saved --- BlankConsoleLab/cst116-lab3-wilson.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BlankConsoleLab/cst116-lab3-wilson.cpp b/BlankConsoleLab/cst116-lab3-wilson.cpp index f58bd45..5e8e066 100644 --- a/BlankConsoleLab/cst116-lab3-wilson.cpp +++ b/BlankConsoleLab/cst116-lab3-wilson.cpp @@ -13,6 +13,7 @@ using std::cout; using std::endl; using std::setw; using std::ios; + using std::ifstream; using std::ofstream; @@ -53,8 +54,6 @@ int main() case 'l': inFile.open("large.txt"); break; - default: - break; } } -- cgit v1.2.3