diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-03-10 08:49:44 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-03-10 08:49:44 +0100 |
commit | f98bf923d17a34d7833e9a8fe86b06faaef54bd7 (patch) | |
tree | 969513ddfe9370db80074d6e8868d46efe117f76 | |
parent | 7144d80e4f6e90bf82986c48492e3cf0a8072dfa (diff) |
Add some includes
-rw-r--r-- | histogram.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/histogram.cpp b/histogram.cpp index 2a275e7..be6ec41 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -1,7 +1,9 @@ #include <iostream> #include <iomanip> #include <vector> +#include <algorithm> #include <cmath> +#include <cstring> #include <cassert> using namespace std; |