types: move common types into types header

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I8e6f6fbae784a8ceebcc83ac53c1beb5c7b46779
diff --git a/src/storagecommands.cpp b/src/storagecommands.cpp
index 68e3c04..1887581 100644
--- a/src/storagecommands.cpp
+++ b/src/storagecommands.cpp
@@ -19,6 +19,7 @@
 #include "commandutils.hpp"
 #include "ipmi_to_redfish_hooks.hpp"
 #include "sdrutils.hpp"
+#include "types.hpp"
 
 #include <boost/algorithm/string.hpp>
 #include <boost/container/flat_map.hpp>