Merge pull request #2366 from jbrianceau/reland-fix-include-js-generator

Fix #include in js_generator.cc
pull/2370/head
Feng Xiao 8 years ago committed by GitHub
commit 6e93fa41c4
  1. 2
      src/google/protobuf/compiler/js/js_generator.cc

@ -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>

Loading…
Cancel
Save