From 2c8e19883d64efb3987e55970d793bc42ffc9da8 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 12 Nov 2018 08:37:07 -0800 Subject: control/zone: Fix missing cassert include This was relying on sdbusplus to provide a transitive include for . Since we are directly using the assert() call we should include ourselves. Change-Id: I095af26c7a589ab337facc6ac2d0c4983a0f0c2c Signed-off-by: William A. Kennington III --- control/zone.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'control') diff --git a/control/zone.hpp b/control/zone.hpp index 11cfc65..d01e972 100644 --- a/control/zone.hpp +++ b/control/zone.hpp @@ -1,4 +1,5 @@ #pragma once +#include #include #include #include -- cgit v1.2.1