Commit 3316062e authored by Julien Brianceau's avatar Julien Brianceau

Fix #include in js_generator.cc

Reland commit f2885f61 that has been trampled by commit d64a2d99.
parent 0c0f7e2a
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // 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 <assert.h>
#include <algorithm> #include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment