summaryrefslogtreecommitdiffstats
path: root/control
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-11-12 08:37:07 -0800
committerWilliam A. Kennington III <wak@google.com>2018-11-12 08:46:43 -0800
commit2c8e19883d64efb3987e55970d793bc42ffc9da8 (patch)
tree43679e713b969f9326ee1fc2cdcb9077f7be9ee8 /control
parente8b340bd94021cb8c9eb0725168bfd9fa9e1a670 (diff)
downloadphosphor-fan-presence-2c8e19883d64efb3987e55970d793bc42ffc9da8.tar.gz
phosphor-fan-presence-2c8e19883d64efb3987e55970d793bc42ffc9da8.zip
control/zone: Fix missing cassert include
This was relying on sdbusplus to provide a transitive include for <cassert>. Since we are directly using the assert() call we should include <cassert> ourselves. Change-Id: I095af26c7a589ab337facc6ac2d0c4983a0f0c2c Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'control')
-rw-r--r--control/zone.hpp1
1 files changed, 1 insertions, 0 deletions
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 <cassert>
#include <chrono>
#include <vector>
#include <cassert>
OpenPOWER on IntegriCloud