From 52d8e1c646f9376fc92605175943a8de31cf825f Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Fri, 5 Sep 2014 23:48:24 -0400 Subject: [PATCH] manager: fix includes Refs #53127 Change-Id: I02db8e80c2ff5f550d7c63d2316982e9992bfa8b --- daemon/src/managerimpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/src/managerimpl.h b/daemon/src/managerimpl.h index f9f023d836..8fc80284a3 100644 --- a/daemon/src/managerimpl.h +++ b/daemon/src/managerimpl.h @@ -42,6 +42,7 @@ #include <string> #include <vector> +#include <list> #include <map> #include <memory> #include <mutex> -- GitLab