add missing headers to handler mock

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I5c7f60f7c3550dab826e9899638b2aea98d9ba37
diff --git a/test/handler_mock.hpp b/test/handler_mock.hpp
index b97cce3..1643a1f 100644
--- a/test/handler_mock.hpp
+++ b/test/handler_mock.hpp
@@ -2,6 +2,11 @@
 
 #include "handler.hpp"
 
+#include <cstddef>
+#include <cstdint>
+#include <string>
+#include <tuple>
+
 #include <gmock/gmock.h>
 
 namespace google