From: Steinar H. Gunderson Date: Mon, 11 Jun 2018 07:30:30 +0000 (+0200) Subject: Fix a missing #include. X-Git-Tag: 1.7.4~5 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a3f30ae76d5c308c8d09939913214c0a5b8401ba;p=nageru Fix a missing #include. --- diff --git a/quittable_sleeper.h b/quittable_sleeper.h index 71e49f7..6c449a7 100644 --- a/quittable_sleeper.h +++ b/quittable_sleeper.h @@ -9,6 +9,7 @@ // All member functions on this class are thread-safe. #include +#include #include class QuittableSleeper {