Keeping track of imported names, resolve enum storage types, some finetuning.
diff --git a/EnumType.h b/EnumType.h
index a0d866a..a587727 100644
--- a/EnumType.h
+++ b/EnumType.h
@@ -30,6 +30,8 @@
 
     void dump(Formatter &out) const override;
 
+    const ScalarType *resolveToScalarType() const override;
+
     std::string getCppType(StorageMode mode, std::string *extra) const override;
 
     void emitReaderWriter(