commit | c9c6088480f59e32e0a0dcbdfb3ebb06a0eab919 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Jan 17 11:44:47 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Jan 17 11:44:47 2019 -0800 |
tree | 363053545f3d827009b2d9ede1fa15dac224d344 | |
parent | 517710d3d3e7202b6dce81e3a128e9242377a138 [diff] [blame] |
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