X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Ftimezone.h;h=83b4b5835fe4298dc047b35040d9066762066139;hb=refs%2Fheads%2Fwip;hp=3fbeb543a243e1a7abd8922e07617ea9cda83992;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07;p=libs%2Fcore.git diff --git a/source/time/timezone.h b/source/time/timezone.h index 3fbeb54..83b4b58 100644 --- a/source/time/timezone.h +++ b/source/time/timezone.h @@ -1,12 +1,13 @@ #ifndef MSP_TIME_TIMEZONE_H_ #define MSP_TIME_TIMEZONE_H_ +#include #include "timedelta.h" namespace Msp { namespace Time { -class TimeZone +class MSPCORE_API TimeZone { private: std::string name;