diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-27 21:20:43 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-27 21:20:43 +0200 | 
| commit | 9955c843e4795cdb6145e803caa6db7387796694 (patch) | |
| tree | 7aa11700fd6341e603a139cd97fa28c7ee6e317f | |
| parent | cd36f59cac72920d1b46036da3ddcc82f7280c96 (diff) | |
Add missing include
| -rw-r--r-- | build.cc | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@  #include <iostream>  #include <chrono>  #include <set> +#include <thread>  #include "tasks.h"  | 
