]> git.sesse.net Git - nageru/commitdiff
Fix a missing #include.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 Jun 2018 07:30:30 +0000 (09:30 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 Jun 2018 07:30:30 +0000 (09:30 +0200)
quittable_sleeper.h

index 71e49f7731de3d49359f32cf048bcb639a7294a0..6c449a7b3c6e9a24be098b0f532093e7431ef53b 100644 (file)
@@ -9,6 +9,7 @@
 // All member functions on this class are thread-safe.
 
 #include <chrono>
+#include <condition_variable>
 #include <mutex>
 
 class QuittableSleeper {