From 270d3f55f9193ebda5e1b642d58daf905019914d Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 29 Sep 2015 13:20:26 +0200 Subject: [PATCH] common: Include . * common/logging.h: Include . -- Signed-off-by: Neal H. Walfield . logging.h uses estream_t and as such should directly include . --- common/logging.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/logging.h b/common/logging.h index dbfc8bae6..c4ae5d0ee 100644 --- a/common/logging.h +++ b/common/logging.h @@ -34,6 +34,7 @@ #include #include +#include #include "mischelp.h" #include "w32help.h"