From a3f30ae76d5c308c8d09939913214c0a5b8401ba Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 11 Jun 2018 09:30:30 +0200 Subject: [PATCH] Fix a missing #include. --- quittable_sleeper.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.2