summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>