diff options
| author | prestonderek <[email protected]> | 2022-11-01 19:28:19 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-01 19:28:19 -0700 |
| commit | 66c3b83f2a4127370b6546463879b7cffc0e1398 (patch) | |
| tree | 4abaee7572585473cd42546ad3ba78849c321235 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | |
| parent | commit for report log (diff) | |
| download | cst116-ch11-debugging-prestonderek-66c3b83f2a4127370b6546463879b7cffc0e1398.tar.xz cst116-ch11-debugging-prestonderek-66c3b83f2a4127370b6546463879b7cffc0e1398.zip | |
commit for no errors in my input to output files
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 3502ab1..d44ebbe 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -61,6 +61,7 @@ using std::endl; using std::setw; using std::ios; + using std::ifstream; using std::ofstream; |