Fix #include in js_generator.cc

The commit 3b3c8abb96 has replaced the <>
with "" in #include statement in js_generator.cc
This commit is contained in:
Adam Michalik 2016-05-17 12:43:32 -07:00
parent c8be6ee00c
commit f2885f619a

View file

@ -28,7 +28,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "google/protobuf/compiler/js/js_generator.h"
#include <google/protobuf/compiler/js/js_generator.h>
#include <assert.h>
#include <algorithm>