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:
Martin Storsjö 2014-03-10 11:38:48 +02:00
parent 44a49b1fef
commit c3ddd926ba

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;