about summary refs log tree commit diff stats
path: root/snitch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'snitch.cpp')
-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{