Skip to content

Commit

Permalink
Merge pull request protocolbuffers#1547 from xyzzyz/js_generator
Browse files Browse the repository at this point in the history
Fix #include in js_generator.cc
  • Loading branch information
haberman committed May 18, 2016
2 parents cbb9183 + f2885f6 commit ba696e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/js/js_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba696e7

Please sign in to comment.