diff options
Diffstat (limited to 'plugins/TabSRMM/src/contactcache.cpp')
-rw-r--r-- | plugins/TabSRMM/src/contactcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/contactcache.cpp b/plugins/TabSRMM/src/contactcache.cpp index 861991a6d1..0787ab83e0 100644 --- a/plugins/TabSRMM/src/contactcache.cpp +++ b/plugins/TabSRMM/src/contactcache.cpp @@ -29,7 +29,7 @@ // the contact cache provides various services to the message window(s) // it also abstracts meta contacts. -#include "commonheaders.h" +#include "stdafx.h" static OBJLIST<CContactCache> arContacts(50, NumericKeySortT); |