Index: src/liblogger/TLoggerRotationInfo.h =================================================================== diff -u -N -r8f634460db3f225ca24f2e447b3730d4f0614166 -r7de00e54431d78b6c54fad6fb163dbc306381ef5 --- src/liblogger/TLoggerRotationInfo.h (.../TLoggerRotationInfo.h) (revision 8f634460db3f225ca24f2e447b3730d4f0614166) +++ src/liblogger/TLoggerRotationInfo.h (.../TLoggerRotationInfo.h) (revision 7de00e54431d78b6c54fad6fb163dbc306381ef5) @@ -20,10 +20,11 @@ #define __TLOGGERROTATIONINFO_H__ #include +#include "liblogger.h" namespace logger { - class TLoggerRotationInfo + class LIBLOGGER_API TLoggerRotationInfo { public: static const unsigned int DefaultMaxLogSize = 10 * 1024 * 1024;