about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-24 15:27:43 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-24 15:27:43 -0400
commit0b8ffe05381fc66583db65e917022f5d5df5e09b (patch)
tree01f2a520d922aae8795c0503c7671cf71dc72f31
parent788bf37c43808393c6187caa25f0f9beb57b76fc (diff)
downloadsnitch-0b8ffe05381fc66583db65e917022f5d5df5e09b.tar.gz
snitch-0b8ffe05381fc66583db65e917022f5d5df5e09b.tar.bz2
snitch-0b8ffe05381fc66583db65e917022f5d5df5e09b.zip
Added missing #include <algorithm>
-rw-r--r--snitch.cpp1
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
8int main(int argc, char** argv) 9int main(int argc, char** argv)
9{ 10{