aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project
diff options
context:
space:
mode:
authoralexandra-apetroaei <andra@MSI>2022-10-04 12:38:37 -0800
committeralexandra-apetroaei <andra@MSI>2022-10-04 12:38:37 -0800
commitea6ae02dbb374387c8e88bfb2275d13006a65ed6 (patch)
treebeef3c87fe2870b329a53a5ddbb9c8fb5764e870 /Ch 5 Debugging Project
parentSimple changes (diff)
downloadcst116-lab0-debugging-alexandra-apetroaei-ea6ae02dbb374387c8e88bfb2275d13006a65ed6.tar.xz
cst116-lab0-debugging-alexandra-apetroaei-ea6ae02dbb374387c8e88bfb2275d13006a65ed6.zip
change
Diffstat (limited to 'Ch 5 Debugging Project')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
index 6545e9b..4abe62f 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -59,6 +59,10 @@
#include <iostream>
#include <iomanip>
+#include <iostream>
+
+using namespace std;
+
using std::cout;
using std::cin;
using std::endl;