aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/time.cc
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-06-15 21:42:57 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-06-17 11:19:46 -0700
commit818c5eee08840355d70d2f3bdf1a2f17986a5e70 (patch)
treee6db0b1344385f8c48820c58d7297f653bff39f7 /src/google/protobuf/stubs/time.cc
parente96ff30120a3834f7d1e31e43e591bf7cfbd731f (diff)
downloadprotobuf-818c5eee08840355d70d2f3bdf1a2f17986a5e70.tar.gz
protobuf-818c5eee08840355d70d2f3bdf1a2f17986a5e70.tar.bz2
protobuf-818c5eee08840355d70d2f3bdf1a2f17986a5e70.zip
Fix broken builds.
Diffstat (limited to 'src/google/protobuf/stubs/time.cc')
-rw-r--r--src/google/protobuf/stubs/time.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/time.cc b/src/google/protobuf/stubs/time.cc
index 73b99af6..3319a244 100644
--- a/src/google/protobuf/stubs/time.cc
+++ b/src/google/protobuf/stubs/time.cc
@@ -1,5 +1,7 @@
#include <google/protobuf/stubs/time.h>
+#include <ctime>
+
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/stubs/strutil.h>