From 867dbac820da8a9f524e58297503a6c64313dfd8 Mon Sep 17 00:00:00 2001 From: Julien Brianceau Date: Thu, 8 Dec 2016 10:06:56 +0100 Subject: Add missing include in embed.cc This changes fixes "use of undeclared identifier 'assert'" compilation error. --- src/google/protobuf/compiler/js/embed.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/google/protobuf/compiler/js/embed.cc b/src/google/protobuf/compiler/js/embed.cc index 072cccad..5d7163fa 100644 --- a/src/google/protobuf/compiler/js/embed.cc +++ b/src/google/protobuf/compiler/js/embed.cc @@ -28,6 +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 #include #include #include -- cgit v1.2.3