ref: 3bf5efd877ff1a0e1160d102a5d912e28b6337d0
parent: c6c1691799993748a6417d70c7cd0bda635ce554
parent: 6944ace5e1c20a40e4d9aceb5194878a57c20816
author: Licai Guo <licaguo@cisco.com>
date: Sat Mar 15 03:16:08 EDT 2014
Merge pull request #499 from ethanhugg/winbuild_time Add time.h for Windows build.
--- a/test/EncUT_MemoryAlloc.cpp
+++ b/test/EncUT_MemoryAlloc.cpp
@@ -1,3 +1,5 @@
+#include <time.h>
+
#include "gtest/gtest.h"
#include "memory_align.h"