diff options
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 4 |
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;
|