If I use MPMoviePlayerViewController in 3.2/4.0 it builds fine.
If I use it in 3.1.3 and below the build fails with error
Expected specifier-qualifier-list before MPMoviePlayerViewController'
I use this class in 113 places, so I get 113 errors.
What is the best way to fix this critical issue?