ref: 80c8b7b1cc001c9040b7c8f9f03b640cee20648a
parent: 490098915ff6d50ebda1e4296aebac658dbb0b8a
author: Martin Storsjö <[email protected]>
date: Tue Oct 20 04:59:41 EDT 2015
Add a missing include of stdlib.h This is required for malloc in this header. This fixes building for Windows Phone.
--- a/codec/common/inc/WelsCircleQueue.h
+++ b/codec/common/inc/WelsCircleQueue.h
@@ -43,6 +43,7 @@
#define _WELS_CIRCLE_QUEUE_H_
#include "typedefs.h"
+#include <stdlib.h>
namespace WelsCommon {