Fix namespacing of included enum types in C++ generated code Summary: If you reference enum types from an include you need to fully qualify their namespace in the generated C++ code. Reviewed By: pfung Test Plan: fbtypes code that pfung is using