shithub: openh264

Download patch

ref: a18cb49cd83fac5dd2017bfaf6369e77198676b8
parent: 7d80af9d5cf92cae20907a0ed8255eead0c28904
parent: 8f2763b6814f762c161ba0da06e8ff1af84c0b96
author: Licai Guo <[email protected]>
date: Tue Mar 18 13:25:13 EDT 2014

Merge pull request #531 from mstorsjo/add-missing-includes

Add missing includes of time.h

--- a/test/DecUT_IdctResAddPred.cpp
+++ b/test/DecUT_IdctResAddPred.cpp
@@ -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;
--- a/test/DecUT_IntraPrediction.cpp
+++ b/test/DecUT_IntraPrediction.cpp
@@ -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"