Index: src/Validate/HoistStruct.cpp
===================================================================
--- src/Validate/HoistStruct.cpp	(revision 58c5821c0de1fbb02e91546c9adf1700666b2f9f)
+++ 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 );
 }
