diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-08-31 20:02:32 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-08-31 20:02:32 +0000 |
commit | 9f87be3ed2ddf7db63e7b5d554df84122e2b21bb (patch) | |
tree | d66f7d514bb81b4fd4e92632b6302badccbc22c0 /plugins/Toaster/src/stdafx.h | |
parent | 459bb02b8e0ad90693590fa1a5b161963acd091f (diff) |
Toaster: removed ugly xml api (thx to MikalaiR)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index d470f9f43d..34c53b55fc 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -20,6 +20,7 @@ #include <m_skin.h>
#include <m_imgsrvc.h>
#include <m_netlib.h>
+#include <m_xml.h>
#include "version.h"
#include "resource.h"
|