Add missing includes of time.h
This fixes building on MSVC.
This commit is contained in:
parent
7d80af9d5c
commit
8f2763b681
@ -1,4 +1,5 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <time.h>
|
||||
#include "macros.h"
|
||||
#include "../codec/decoder/core/inc/decode_mb_aux.h"
|
||||
using namespace WelsDec;
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include<gtest/gtest.h>
|
||||
#include <time.h>
|
||||
#include "../codec/decoder/core/inc/get_intra_predictor.h"
|
||||
#include "typedefs.h"
|
||||
#include "ls_defines.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user