Fix bitbake build break due to <utility.hpp>

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 <bjwyman@gmail.com>
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 <fcntl.h>
 #include <sdbusplus/bus.hpp>
 #include <phosphor-logging/log.hpp>
-#include <utility.hpp>
+#include "utility.hpp"
 #include "cooling_type.hpp"
 
 namespace phosphor