ref: f3afcd51ff6e26898611eb27abf8613dc4c684e0
parent: 00948873fbd5f3ab46c1a3f45ee0ab3211c389ed
parent: febf6bb51ee1255a086607e6cf038da3f6761e3b
author: Ethan Hugg <ethanhugg@gmail.com>
date: Mon Jan 27 02:54:29 EST 2014
Merge pull request #231 from mstorsjo/fix-msvc-build Readd a removed include
--- 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);