Index: src/libchcore/TTimestampProviderTickCount.h =================================================================== diff -u -N -r4fe995b304ea342b50293f92d3c1992b43b820f7 -r62d767936f1675e1db51174f53c91484fe691937 --- src/libchcore/TTimestampProviderTickCount.h (.../TTimestampProviderTickCount.h) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) +++ src/libchcore/TTimestampProviderTickCount.h (.../TTimestampProviderTickCount.h) (revision 62d767936f1675e1db51174f53c91484fe691937) @@ -20,10 +20,11 @@ #define __TTIMESTAMPPROVIDERTICKCOUNT_H__ #include "ITimestampProvider.h" +#include "libchcore.h" namespace chcore { - class TTimestampProviderTickCount : public ITimestampProvider + class LIBCHCORE_API TTimestampProviderTickCount : public ITimestampProvider { public: TTimestampProviderTickCount();