We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0135d commit 4dcdee2Copy full SHA for 4dcdee2
2 files changed
generator/js_generator.cc
@@ -29,7 +29,7 @@
29
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
#include <assert.h>
32
-#include <google/protobuf/compiler/js/well_known_types_embed.h>
+#include "generator/well_known_types_embed.h"
33
#include <google/protobuf/compiler/scc.h>
34
#include <google/protobuf/descriptor.h>
35
#include <google/protobuf/descriptor.pb.h>
generator/well_known_types_embed.cc
@@ -28,7 +28,7 @@
28
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
struct FileToc well_known_types_js[] = {
{"any.js",
0 commit comments