diff options
Diffstat (limited to 'protocols/Omegle/src/common.h')
-rw-r--r-- | protocols/Omegle/src/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Omegle/src/common.h b/protocols/Omegle/src/common.h index 76ca316359..3fdc0ab188 100644 --- a/protocols/Omegle/src/common.h +++ b/protocols/Omegle/src/common.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2011-12 Robert Pösel
+Copyright © 2011-13 Robert Pösel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -61,8 +61,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_icolib.h>
#include <m_utils.h>
#include <m_hotkeys.h>
+#include <m_message.h>
//#include <m_msg_buttonsbar.h>
+#include "version.h"
+
class OmegleProto;
#define LOG Log
|