diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-05-19 12:09:06 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-05-19 12:09:06 +0200 |
commit | e34bdab2d6725543be5a040bd1bdaeebd675f96b (patch) | |
tree | a653d0b4258911c02dc0ef56beb1293dd1ffa134 | |
parent | b7095bb0f5f9d966ffeb62ce37cd2820facc1a8e (diff) |
Add <algorithm> header
-rw-r--r-- | stddev.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <iostream> #include <vector> +#include <algorithm> #include <cmath> #include <cctype> |