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