diff options
author | ElzorFox <elzorfox@ya.ru> | 2019-01-18 13:10:11 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2019-01-18 13:10:11 +0500 |
commit | 4ffc9c6cfb60f8e4f83dc27224cbbcf121800b82 (patch) | |
tree | b3e3f6510780aed1170021e35681f0f059ced9b5 /plugins/Clist_modern/src/stdafx.h | |
parent | 492b9805b411980d12150321199654a4ad9f76a0 (diff) |
Clist_modern:
add 'Last Seen' support to status text
version bump
Diffstat (limited to 'plugins/Clist_modern/src/stdafx.h')
-rw-r--r-- | plugins/Clist_modern/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/stdafx.h b/plugins/Clist_modern/src/stdafx.h index bc4ab56896..1fe3af4871 100644 --- a/plugins/Clist_modern/src/stdafx.h +++ b/plugins/Clist_modern/src/stdafx.h @@ -101,6 +101,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_variables.h>
#include <m_smileyadd.h>
#include <m_folders.h>
+#include <m_seenplugin.h>
struct CMPlugin : public PLUGIN<CMPlugin>
{
|