diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-30 19:10:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-30 19:10:02 +0000 |
commit | 6b893bc94df93321a216ba62c3d56a6e08086e36 (patch) | |
tree | 7d7f933964469c32915bf7615e71a73a8454b197 /plugins/SplashScreen | |
parent | d3060877e609fe4a66284b5310c67d67b592cab6 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen')
-rw-r--r-- | plugins/SplashScreen/src/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h index 0ec78e6cd6..070026efa2 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/headers.h @@ -30,6 +30,7 @@ #include <win2k.h>
#include <newpluginapi.h>
#include <m_database.h>
+#include <m_clist.h>
#include <m_options.h>
#include <m_langpack.h>
#include <m_imgsrvc.h>
@@ -41,7 +42,6 @@ #include "bitmap_funcs.h"
#ifdef _DEBUG
- #include <m_clist.h>
#include <m_skin.h>
#include <m_popup.h>
#include "debug.h"
|