diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-20 19:11:39 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-20 19:11:39 +0000 |
commit | 553f922a7f1d56d0132b9e2dd2f01a9606a11108 (patch) | |
tree | d6b4900efdcf6ffe59b421dc2045324bfb80b7c6 /plugins/IEView/src/stdafx.h | |
parent | 57b80b65d310667d22faa05906eaf4458f977483 (diff) |
IEView: code optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@16129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/stdafx.h')
-rw-r--r-- | plugins/IEView/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h index c12a6df4a4..51e408cf01 100644 --- a/plugins/IEView/src/stdafx.h +++ b/plugins/IEView/src/stdafx.h @@ -70,6 +70,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "MUCCHTMLBuilder.h"
#include "Template.h"
#include "TextToken.h"
+#include "external_funcs.h"
#define ieviewModuleName "IEVIEW"
|