ref: febf6bb51ee1255a086607e6cf038da3f6761e3b
parent: 33fe2b5883ce776e7c4fec88a049531d7785e491
author: Martin Storsjö <[email protected]>
date: Mon Jan 27 05:25:06 EST 2014
Readd a removed include This fixes builds without NO_DYNAMIC_VP (such as with the MSVC project files), the include was removed in d809b7e9.
--- a/codec/encoder/core/src/wels_preprocess.cpp
+++ b/codec/encoder/core/src/wels_preprocess.cpp
@@ -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);