diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-24 15:27:43 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-24 15:27:43 -0400 |
commit | 0b8ffe05381fc66583db65e917022f5d5df5e09b (patch) | |
tree | 01f2a520d922aae8795c0503c7671cf71dc72f31 /snitch.cpp | |
parent | 788bf37c43808393c6187caa25f0f9beb57b76fc (diff) | |
download | snitch-0b8ffe05381fc66583db65e917022f5d5df5e09b.tar.gz snitch-0b8ffe05381fc66583db65e917022f5d5df5e09b.tar.bz2 snitch-0b8ffe05381fc66583db65e917022f5d5df5e09b.zip |
Added missing #include <algorithm>
Diffstat (limited to 'snitch.cpp')
-rw-r--r-- | snitch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snitch.cpp b/snitch.cpp index bc0b405..ce4109d 100644 --- a/snitch.cpp +++ b/snitch.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | #include <thread> | 4 | #include <thread> |
5 | #include <chrono> | 5 | #include <chrono> |
6 | #include <iostream> | 6 | #include <iostream> |
7 | #include <algorithm> | ||
7 | 8 | ||
8 | int main(int argc, char** argv) | 9 | int main(int argc, char** argv) |
9 | { | 10 | { |