lpc: add missing headers

Add missing headers to the lpc files.

Change-Id: I9228e26463f8316f27f3c5e0cc59eed2ed71597b
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/lpc_mapper_mock.hpp b/test/lpc_mapper_mock.hpp
index 0bd4b4d..4d401c4 100644
--- a/test/lpc_mapper_mock.hpp
+++ b/test/lpc_mapper_mock.hpp
@@ -2,6 +2,10 @@
 
 #include "window_hw_interface.hpp"
 
+#include <cstdint>
+#include <utility>
+#include <vector>
+
 #include <gmock/gmock.h>
 
 namespace blobs