aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-10-12 19:22:03 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-10-12 19:22:03 +0000
commitc91e1fe82b09ae0758ce6f0cb2edaf87bb82f80c (patch)
treec02b0c377c102cce604edeffd69cf7a24cfea339 /src
parent477f799fb6b98cca51d1ad1345708eb5610b016d (diff)
downloadprotobuf-c91e1fe82b09ae0758ce6f0cb2edaf87bb82f80c.tar.gz
protobuf-c91e1fe82b09ae0758ce6f0cb2edaf87bb82f80c.tar.bz2
protobuf-c91e1fe82b09ae0758ce6f0cb2edaf87bb82f80c.zip
Support MSVC 2010 beta 1.
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/stubs/strutil.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/strutil.cc b/src/google/protobuf/stubs/strutil.cc
index 32b0f031..76d9d21e 100644
--- a/src/google/protobuf/stubs/strutil.cc
+++ b/src/google/protobuf/stubs/strutil.cc
@@ -36,6 +36,7 @@
#include <limits>
#include <limits.h>
#include <stdio.h>
+#include <iterator>
#ifdef _WIN32
// MSVC has only _snprintf, not snprintf.