From 1dc2b79e3494cd27fabecbbc62cc3013c652ae88 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 12 Nov 2018 17:11:14 -0800 Subject: gpio: Fix missing cassert This file is relying on assert() being transitively provided by sdbusplus. Fix the includes. Change-Id: Ia081478eb55a90bf5af541a4b16124dcfb224a13 Signed-off-by: William A. Kennington III --- gpio-util/gpio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gpio-util/gpio.cpp b/gpio-util/gpio.cpp index da5801e..c6b7704 100644 --- a/gpio-util/gpio.cpp +++ b/gpio-util/gpio.cpp @@ -18,6 +18,7 @@ #include #include +#include #include namespace phosphor -- cgit v1.2.1