diff options
Diffstat (limited to 'BlankConsoleLab/cst116-lab3-wilson.cpp')
| -rw-r--r-- | BlankConsoleLab/cst116-lab3-wilson.cpp | 3 |
1 files changed, 1 insertions, 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; } } |