meta-phosphor: pid-control: add cli11 dependency

Add cli11 dependency for build.

Change-Id: I64f828418eb3659865cb0fa9338bae0302c78d17
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/fans/phosphor-pid-control_git.bb b/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 607f36c..5cbbe40 100644
--- a/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -28,6 +28,7 @@
 DEPENDS += "phosphor-logging"
 DEPENDS += "libevdev"
 DEPENDS += "nlohmann-json"
+DEPENDS += "cli11"
 
 # We depend on this to be built first so we can build our providers.
 DEPENDS += "phosphor-ipmi-host"