diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-08 10:13:05 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-08 10:13:05 +0000 |
commit | 4b120013511a56eeee224272825c8711957d20d2 (patch) | |
tree | 4a7fbe404fb99124339afea346d10bb23fcf005f /plugins/SmileyAdd/src/stdafx.h | |
parent | 284bcba502b7b70c564adcbe508ea4e42ad67e17 (diff) |
SmileyAdd: background color setting moved to core colors
git-svn-id: http://svn.miranda-ng.org/main/trunk@16055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r-- | plugins/SmileyAdd/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index 287a1ccf17..c968264936 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -61,6 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_genmenu.h>
#include <m_imgsrvc.h>
#include <m_string.h>
+#include <m_fontservice.h>
#include <m_metacontacts.h>
#include <m_smileyadd.h>
|