Index: src/Validate/HoistStruct.cpp
===================================================================
--- src/Validate/HoistStruct.cpp	(revision ca9d65e54b7ed187b75dfe016b8d4e2debd19fa4)
+++ src/Validate/HoistStruct.cpp	(revision 8b4faf639e449fe289d559f0202fd6e97f96d2d3)
@@ -30,4 +30,5 @@
 	return dynamic_cast< ast::StructDecl const * >( decl )
 		|| dynamic_cast< ast::UnionDecl const * >( decl )
+		|| dynamic_cast< ast::EnumDecl const * >( decl )
 		|| dynamic_cast< ast::StaticAssertDecl const * >( decl );
 }
