Skip to content

Commit 4dcdee2

Browse files
committed
Include generator/well_known_types_embed.h as a source file
1 parent fb0135d commit 4dcdee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/js_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

3131
#include <assert.h>
32-
#include <google/protobuf/compiler/js/well_known_types_embed.h>
32+
#include "generator/well_known_types_embed.h"
3333
#include <google/protobuf/compiler/scc.h>
3434
#include <google/protobuf/descriptor.h>
3535
#include <google/protobuf/descriptor.pb.h>

generator/well_known_types_embed.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
#include <google/protobuf/compiler/js/well_known_types_embed.h>
31+
#include "generator/well_known_types_embed.h"
3232

3333
struct FileToc well_known_types_js[] = {
3434
{"any.js",

0 commit comments

Comments
 (0)