Commit f56e8931ddb72843f296d419a308bd4ab3d709f0

Authored by Georg Hopp
1 parent 55629b9f

add missing includes for logger

Showing 1 changed file with 2 additions and 0 deletions
@@ -4,12 +4,14 @@ @@ -4,12 +4,14 @@
4 #include "tr/commons.h" 4 #include "tr/commons.h"
5 #include "tr/memory.h" 5 #include "tr/memory.h"
6 #include "tr/class.h" 6 #include "tr/class.h"
  7 +#include "tr/logger.h"
7 #include "tr/interface.h" 8 #include "tr/interface.h"
8 #include "tr/interface/class.h" 9 #include "tr/interface/class.h"
9 #include "tr/interface/subject.h" 10 #include "tr/interface/subject.h"
10 #include "tr/interface/observer.h" 11 #include "tr/interface/observer.h"
11 #include "tr/interface/serializable.h" 12 #include "tr/interface/serializable.h"
12 #include "tr/interface/indexable.h" 13 #include "tr/interface/indexable.h"
  14 +#include "tr/interface/logger.h"
13 15
14 #endif // __TR_BASE_H__ 16 #endif // __TR_BASE_H__
15 17
Please register or login to post a comment