Commit f2885f61 authored by Adam Michalik's avatar Adam Michalik

Fix #include in js_generator.cc

The commit 3b3c8abb has replaced the <>
with "" in #include statement in js_generator.cc
parent c8be6ee0
......@@ -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>
......
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