Include time.h in the MemoryAlloc test
This is required to get the time() function. This fixes building on older MSVC versions.
This commit is contained in:
parent
44a49b1fef
commit
c3ddd926ba
@ -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…
Reference in New Issue
Block a user