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

Include time.h in the MemoryAlloc test
This commit is contained in:
Licai Guo 2014-03-10 22:10:10 +08:00
commit 7a26142fca

View File

@ -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;