Merge pull request from xyzzyz/js_generator

Fix #include in js_generator.cc
This commit is contained in:
Joshua Haberman 2016-05-18 13:14:19 -07:00
commit ba696e7bed

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>