From c6a6faaeae9e7337c61b3b05af852da864c6a1a5 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 30 Jul 2018 13:03:46 +0100 Subject: util.h: add missing include parse_boolean() takes and returns a `bool` --- include/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/util.h b/include/util.h index bda941ce..9277fa6e 100644 --- a/include/util.h +++ b/include/util.h @@ -2,6 +2,7 @@ #define _SWAY_UTIL_H #include +#include #include #include #include -- cgit v1.2.3-54-g00ecf