This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/cxx
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 82b453bbec5477ca5fe808dc184d82c4726253b3
Author: Pepijn Noltes <pepijnnol...@gmail.com>
AuthorDate: Sun Jan 6 20:36:46 2019 +0100

    CELIX-438: Update travis config
---
 .travis.yml                | 4 ++++
 libs/registry/src/Utils.cc | 1 +
 2 files changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e5ec93a..843e946 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,17 +15,21 @@ matrix:
        - os: linux
          dist: xenial
          compiler: gcc
+         language: cpp
        - os: linux
          dist: xenial
          compiler: clang
+         language: cpp
        - os: osx
          osx_image: xcode7.3
          compiler: clang
          env: MACOSX_DEPLOYMENT_TARGET=10.11
+         language: cpp
        - os: linux
          dist: xenial
          compiler: gcc
          env: SANITIZE=1
+         language: cpp
 
 #DISABLED ANDROID BUILD
 #       - os: linux
diff --git a/libs/registry/src/Utils.cc b/libs/registry/src/Utils.cc
index 27feccb..c0c5ea9 100644
--- a/libs/registry/src/Utils.cc
+++ b/libs/registry/src/Utils.cc
@@ -20,6 +20,7 @@
 #include "celix/Utils.h"
 
 #include <string>
+#include <cassert>
 
 #include <glog/logging.h>
 

Reply via email to