Comment 5 for bug 1543758

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/29981
Committed: http://github.org/Juniper/contrail-sandesh/commit/e2db9a50a161b2a419959eadb0636369186fd8c4
Submitter: Zuul (<email address hidden>)
Branch: master

commit e2db9a50a161b2a419959eadb0636369186fd8c4
Author: mkheni <email address hidden>
Date: Thu Mar 30 11:40:48 2017 -0700

Made Sandesh auto-generated header files self contained.

Sandesh auto-generated header files were not self-contained. for example, rtarget_group.cc which includes bgp_peer_types.h does not
compile unless the following files are included prior to it.

Added code to include these files in all auto-generated header files to solve the issue.

Change-Id: I6d5911a3fe304cd44c21bba4e98b3c85b0725be1
Partial-Bug: #1543758