Add missing includes of time.h

This fixes building on MSVC.
This commit is contained in:
Martin Storsjö 2014-03-18 11:10:36 +02:00
parent 7d80af9d5c
commit 8f2763b681
2 changed files with 2 additions and 0 deletions

View File

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

View File

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