MQDescriptor is now a predefined type.

b/31091383 Adding WireMQDescriptor as a hidl type

Change-Id: I8eb7f25dd35bc1e33393b9c563152c3a1551419b
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/PredefinedType.cpp b/PredefinedType.cpp
index 9c15730..c1468ab 100644
--- a/PredefinedType.cpp
+++ b/PredefinedType.cpp
@@ -25,6 +25,9 @@
     : mName(name) {
 }
 
+void PredefinedType::addNamedTypesToSet(std::set<const FQName> &) const {
+    // do nothing
+}
 std::string PredefinedType::getCppType(
         StorageMode mode,
         std::string *extra,