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