From 6ef984af4b0c63c1c33127a12dcfc8e6359f0c9e Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Mon, 10 Nov 2014 17:34:54 -0800 Subject: Down-integrate from internal code base. --- src/google/protobuf/compiler/importer.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/google/protobuf/compiler/importer.cc') diff --git a/src/google/protobuf/compiler/importer.cc b/src/google/protobuf/compiler/importer.cc index e6c446af..678823cd 100644 --- a/src/google/protobuf/compiler/importer.cc +++ b/src/google/protobuf/compiler/importer.cc @@ -44,6 +44,9 @@ #include #include +#ifndef _SHARED_PTR_H +#include +#endif #include -- cgit v1.2.3