aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/zip_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/compiler/zip_writer.h')
-rw-r--r--src/google/protobuf/compiler/zip_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/zip_writer.h b/src/google/protobuf/compiler/zip_writer.h
index 602e508e..03db4d57 100644
--- a/src/google/protobuf/compiler/zip_writer.h
+++ b/src/google/protobuf/compiler/zip_writer.h
@@ -85,7 +85,7 @@ class ZipWriter {
};
io::ZeroCopyOutputStream* raw_output_;
- vector<FileInfo> files_;
+ std::vector<FileInfo> files_;
};
} // namespace compiler