Readd a removed include

This fixes builds without NO_DYNAMIC_VP (such as with the MSVC
project files), the include was removed in d809b7e9.
This commit is contained in:
Martin Storsjö 2014-01-27 10:25:06 +02:00
parent 33fe2b5883
commit febf6bb51e

View File

@ -43,6 +43,7 @@
#include "wels_preprocess.h"
#include "picture_handle.h"
#include "encoder_context.h"
#include "utils.h"
#ifdef NO_DYNAMIC_VP
EResult WELSAPI CreateVpInterface (void** ppCtx, int iVersion);