diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 19:56:00 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 19:56:00 +0000 |
commit | 462972ca7cf94c6e959d8c1a2ac6d77e784152a3 (patch) | |
tree | 823857168c6b677d8d94775ddedae096733e5402 /protocols/IRCG/irc.h | |
parent | 4e932f1678b7e926d436e1fcd6a7b5c2c3f9b1a0 (diff) |
non-core plugins unlinked frome a core version (m_version.h)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1329 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/irc.h')
-rw-r--r-- | protocols/IRCG/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/IRCG/irc.h b/protocols/IRCG/irc.h index 9fe6584d87..34d639259b 100644 --- a/protocols/IRCG/irc.h +++ b/protocols/IRCG/irc.h @@ -73,6 +73,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_chat.h"
#include "m_icolib.h"
#include "m_ircscript.h"
+#include "m_version.h"
#include "win2k.h"
#include "resource.h"
|