summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-05-19 12:09:06 +0200
committerTom Smeding <tom.smeding@gmail.com>2018-05-19 12:09:06 +0200
commite34bdab2d6725543be5a040bd1bdaeebd675f96b (patch)
treea653d0b4258911c02dc0ef56beb1293dd1ffa134
parentb7095bb0f5f9d966ffeb62ce37cd2820facc1a8e (diff)
Add <algorithm> header
-rw-r--r--stddev.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/stddev.cpp b/stddev.cpp
index 5920b6d..50d81f9 100644
--- a/stddev.cpp
+++ b/stddev.cpp
@@ -1,5 +1,6 @@
#include <iostream>
#include <vector>
+#include <algorithm>
#include <cmath>
#include <cctype>