From 8798854f0aab767edb8798fb014de5b4b9f7fae2 Mon Sep 17 00:00:00 2001 From: Brandon Wyman Date: Fri, 19 May 2017 16:34:20 -0500 Subject: Fix bitbake build break due to Should have used #include "utility.hpp" to include that header file in the phosphor-fan-presence repo. Change-Id: I01ac9a0cd4b3942f4b052ae3f52abd828cf8dc20 Signed-off-by: Brandon Wyman --- cooling-type/cooling_type.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cooling-type/cooling_type.cpp b/cooling-type/cooling_type.cpp index b80d72d..1c36daf 100644 --- a/cooling-type/cooling_type.cpp +++ b/cooling-type/cooling_type.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include "utility.hpp" #include "cooling_type.hpp" namespace phosphor -- cgit v1.2.1