[C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays.

Bug: 31438033
Change-Id: I254e8bfeb8fbf665dd3836825aa271603be6d14c
diff --git a/Type.cpp b/Type.cpp
index 9fea80f..8abffd6 100644
--- a/Type.cpp
+++ b/Type.cpp
@@ -94,6 +94,7 @@
 
 void Type::emitReaderWriterEmbedded(
         Formatter &,
+        size_t,
         const std::string &,
         bool,
         const std::string &,