Skip to content

Commit

Permalink
Add missing include in embed.cc
Browse files Browse the repository at this point in the history
This changes fixes "error C2039: 'getline': is not a member of 'std'"
compilation error.
  • Loading branch information
jbrianceau committed Dec 13, 2016
1 parent 83c728a commit 7b220f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/google/protobuf/compiler/js/embed.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>

const char output_file[] = "well_known_types_embed.cc";

Expand Down

0 comments on commit 7b220f3

Please sign in to comment.