diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-05 10:06:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-05 10:06:55 +0000 |
commit | 7150cca19a6b50c0df3d6907259b8c2a7594b6fc (patch) | |
tree | 5967208dbeb9482128d3e942ad3cc1366cb32a8e /plugins/PluginUpdater/src/Common.h | |
parent | cfdcb484e0920e7c4cbd36b413b17d83a106dac6 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3889 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Common.h')
-rw-r--r-- | plugins/PluginUpdater/src/Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Common.h b/plugins/PluginUpdater/src/Common.h index 2d1001992d..76c478b6f9 100644 --- a/plugins/PluginUpdater/src/Common.h +++ b/plugins/PluginUpdater/src/Common.h @@ -14,7 +14,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public
License along with this file; see the file license.txt. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111-1307, USA.
*/
#define _CRT_SECURE_NO_WARNINGS
@@ -33,6 +33,7 @@ Boston, MA 02111-1307, USA. #include <m_langpack.h>
#include <m_options.h>
#include <m_database.h>
+#include <m_system_cpp.h>
#include <m_popup.h>
#include <m_hotkeys.h>
#include <m_netlib.h>
|