Browse Source

add missing includes for logger

1.0.2
Georg Hopp 12 years ago
parent
commit
f56e8931dd
  1. 2
      include/trbase.h

2
include/trbase.h

@ -4,12 +4,14 @@
#include "tr/commons.h" #include "tr/commons.h"
#include "tr/memory.h" #include "tr/memory.h"
#include "tr/class.h" #include "tr/class.h"
#include "tr/logger.h"
#include "tr/interface.h" #include "tr/interface.h"
#include "tr/interface/class.h" #include "tr/interface/class.h"
#include "tr/interface/subject.h" #include "tr/interface/subject.h"
#include "tr/interface/observer.h" #include "tr/interface/observer.h"
#include "tr/interface/serializable.h" #include "tr/interface/serializable.h"
#include "tr/interface/indexable.h" #include "tr/interface/indexable.h"
#include "tr/interface/logger.h"
#endif // __TR_BASE_H__ #endif // __TR_BASE_H__

Loading…
Cancel
Save