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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user