From f56e8931ddb72843f296d419a308bd4ab3d709f0 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Thu, 31 Jul 2014 11:01:55 +0100 Subject: [PATCH] add missing includes for logger --- include/trbase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/trbase.h b/include/trbase.h index 6a3dc0d..2eb0fee 100644 --- a/include/trbase.h +++ b/include/trbase.h @@ -4,12 +4,14 @@ #include "tr/commons.h" #include "tr/memory.h" #include "tr/class.h" +#include "tr/logger.h" #include "tr/interface.h" #include "tr/interface/class.h" #include "tr/interface/subject.h" #include "tr/interface/observer.h" #include "tr/interface/serializable.h" #include "tr/interface/indexable.h" +#include "tr/interface/logger.h" #endif // __TR_BASE_H__