shithub: openh264

Download patch

ref: 7a26142fca56e85040076b31a1cbd61c783e7340
parent: 731a1466e622c58c45453577c1012337144731d7
parent: c3ddd926ba26a88fbd82ddbd7fccd0f113e4c623
author: Licai Guo <[email protected]>
date: Mon Mar 10 18:10:10 EDT 2014

Merge pull request #468 from mstorsjo/include-time-h

Include time.h in the MemoryAlloc test

--- a/test/EncUT_MemoryAlloc.cpp
+++ b/test/EncUT_MemoryAlloc.cpp
@@ -1,5 +1,6 @@
 #include "../gtest/include/gtest/gtest.h"
 #include <string.h>		// use memset/memcmp
+#include <time.h>
 #include "../codec/encoder/core/inc/memory_align.h"
 
 using namespace WelsSVCEnc;