Merge pull request #468 from mstorsjo/include-time-h
Include time.h in the MemoryAlloc test
This commit is contained in:
commit
7a26142fca
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user