sensorcommands: add missing headers

Add headers for types used by this file.  Compilation breaks if the
header ordering changes.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I41bc2cb3606c5c07ee6afd2aa12aed1903c8ec50
diff --git a/include/sensorcommands.hpp b/include/sensorcommands.hpp
index 7eab327..0bcd6f9 100644
--- a/include/sensorcommands.hpp
+++ b/include/sensorcommands.hpp
@@ -16,6 +16,8 @@
 
 #pragma once
 #include <cstdint>
+#include <ipmid/api.hpp>
+#include <sdrutils.hpp>
 
 #pragma pack(push, 1)