Add a missing include

This commit is contained in:
Chris Robinson 2012-03-17 22:45:28 -07:00
parent a69ec91242
commit ddfa906922

View file

@ -23,6 +23,7 @@
CMakeLists.txt. CMakeLists.txt.
*/ */
#ifdef OPENMW_USE_FFMPEG #ifdef OPENMW_USE_FFMPEG
#include "ffmpeg_decoder.hpp"
#define SOUND_IN "FFmpeg" #define SOUND_IN "FFmpeg"
#endif #endif