From 1243c309802fff4f7c5ab78f08d7da15d64f4de4 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 25 Nov 2019 09:58:26 +0100 Subject: [PATCH] rcldb_p needs to include log.h if threads disabled --- src/rcldb/rcldb_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcldb/rcldb_p.h b/src/rcldb/rcldb_p.h index 508b110c..9bf317c7 100644 --- a/src/rcldb/rcldb_p.h +++ b/src/rcldb/rcldb_p.h @@ -29,7 +29,7 @@ #include "workqueue.h" #endif // IDX_THREADS #include "xmacros.h" - +#include "log.h" namespace Rcl {