summaryrefslogtreecommitdiff
path: root/histogram.cpp
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-03-10 08:49:44 +0100
committertomsmeding <tom.smeding@gmail.com>2017-03-10 08:49:44 +0100
commitf98bf923d17a34d7833e9a8fe86b06faaef54bd7 (patch)
tree969513ddfe9370db80074d6e8868d46efe117f76 /histogram.cpp
parent7144d80e4f6e90bf82986c48492e3cf0a8072dfa (diff)
Add some includes
Diffstat (limited to 'histogram.cpp')
-rw-r--r--histogram.cpp2
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;