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