From 93b21bdec337d40078300009c93cc74a07c8557d Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Wed, 17 Feb 2016 12:38:44 +0100 Subject: [PATCH] base_cpp: fixed missing include on linux --- base_cpp/src/log.cc | 1 - base_cpp/test/log_test.cc | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/base_cpp/src/log.cc b/base_cpp/src/log.cc index 7a491b2..7bf80fc 100644 --- a/base_cpp/src/log.cc +++ b/base_cpp/src/log.cc @@ -28,7 +28,6 @@ #include #include -#include extern "C" void embb_log_write_internal( char const * channel, diff --git a/base_cpp/test/log_test.cc b/base_cpp/test/log_test.cc index db4188d..88b7eda 100644 --- a/base_cpp/test/log_test.cc +++ b/base_cpp/test/log_test.cc @@ -28,6 +28,8 @@ #include #include +#include + namespace embb { namespace base { namespace test { -- libgit2 0.26.0