summaryrefslogtreecommitdiffstats
path: root/cooling-type/main.cpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-05-24 11:42:25 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-05-24 11:44:52 -0500
commit06bae85443fdb1e5e9540280a7aeac2f36ffaa7b (patch)
treec7a2edc39718cb0af386cd6bceb2dc80731d7680 /cooling-type/main.cpp
parent07710ef7ea44e406943a87e22ee71f2302081245 (diff)
downloadphosphor-fan-presence-06bae85443fdb1e5e9540280a7aeac2f36ffaa7b.tar.gz
phosphor-fan-presence-06bae85443fdb1e5e9540280a7aeac2f36ffaa7b.zip
Have cooling-type use the common argument.hpp
The cooling-type application should use the common header file for the ArgumentParser class now that one is available. Also fixed where a static ArgumentParser constant was being initialized. Change-Id: I1fb0dfe3bd0c6e0200ad7c718ef2a3def5476f3f Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'cooling-type/main.cpp')
-rw-r--r--cooling-type/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cooling-type/main.cpp b/cooling-type/main.cpp
index caa4e88..288f1b9 100644
--- a/cooling-type/main.cpp
+++ b/cooling-type/main.cpp
@@ -6,6 +6,7 @@
#include "cooling_type.hpp"
using namespace phosphor::cooling::type;
+using namespace phosphor::fan::util;
using namespace phosphor::logging;
int main(int argc, char* argv[])
OpenPOWER on IntegriCloud