summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-05-17 06:40:13 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-05-17 06:40:13 +0000
commit7dba0582e220cc8615fdef2c4c0dc8bbd7b67b07 (patch)
tree7d91649a24c401d000c41592d0504645a74156bd
parentbbf5547bd9970c6e9843b03e11812490f995f6e6 (diff)
- wbOSD: small fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/wbOSD/src/main.cpp1
-rw-r--r--plugins/wbOSD/src/wbOSD.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wbOSD/src/main.cpp b/plugins/wbOSD/src/main.cpp
index 791ecb7c1f..e0510ed36a 100644
--- a/plugins/wbOSD/src/main.cpp
+++ b/plugins/wbOSD/src/main.cpp
@@ -8,7 +8,6 @@ Distributed under GNU's GPL 2 or later
*/
#include "wbOSD.h"
-#include "version.h"
HINSTANCE hI;
diff --git a/plugins/wbOSD/src/wbOSD.h b/plugins/wbOSD/src/wbOSD.h
index 7f8a1e61a2..d690b2e85a 100644
--- a/plugins/wbOSD/src/wbOSD.h
+++ b/plugins/wbOSD/src/wbOSD.h
@@ -15,6 +15,7 @@ Distributed under GNU's GPL 2 or later
#include <commctrl.h>
#include "resource.h"
+#include "version.h"
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_database.h>