aboutsummaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.cpp
diff options
context:
space:
mode:
authorprestonderek <[email protected]>2022-11-06 19:25:40 -0800
committerprestonderek <[email protected]>2022-11-06 19:25:40 -0800
commit274eccc833c66d35a0873e7df5f95fb4369abea7 (patch)
tree9e31fad29e93bff9d8fec85c1e4d5e43b3de8312 /BlankConsoleLab/BlankConsoleLab.cpp
parentComments added (diff)
downloadcst116-lab2-prestonderek-274eccc833c66d35a0873e7df5f95fb4369abea7.tar.xz
cst116-lab2-prestonderek-274eccc833c66d35a0873e7df5f95fb4369abea7.zip
comment
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index bda03a3..bb45c0a 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -4,7 +4,7 @@
#include <iostream>
#include <iomanip>
#include <string>
-#include <cmath>
+#include <cmath> //need this to use the pow math
using namespace std;