updated for version 7.0-045
diff --git a/src/if_ole.cpp b/src/if_ole.cpp
index 45ee335..a92f3a7 100644
--- a/src/if_ole.cpp
+++ b/src/if_ole.cpp
@@ -13,11 +13,14 @@
  * See os_mswin.c for the client side.
  */
 
+extern "C" {
+#include "vim.h"
+}
+
 #include <windows.h>
 #include <oleauto.h>
 
 extern "C" {
-#include "vim.h"
 extern HWND s_hwnd;
 extern HWND vim_parent_hwnd;
 }