From 5336240f714226f3c3a800882d66ae778539e43c Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Wed, 17 Feb 2016 12:36:39 +0100 Subject: [PATCH] base_cpp: fixed missing include for linux --- base_cpp/src/log.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/base_cpp/src/log.cc b/base_cpp/src/log.cc index 7bf80fc..7a491b2 100644 --- a/base_cpp/src/log.cc +++ b/base_cpp/src/log.cc @@ -28,6 +28,7 @@ #include #include +#include extern "C" void embb_log_write_internal( char const * channel, -- libgit2 0.26.0