diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-01 07:29:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-01 07:29:29 +0000 |
commit | 99156d1fa3bb076a1fbc7cf8fe9e70715da800cc (patch) | |
tree | 0792f5b17a3d77011783aed6e964edcf585ce1c1 /plugins/Ping/src | |
parent | a421acc1e18762eb0810d1b9013285d083b95314 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src')
-rw-r--r-- | plugins/Ping/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/common.h b/plugins/Ping/src/common.h index cc014898e1..23fb4c676e 100644 --- a/plugins/Ping/src/common.h +++ b/plugins/Ping/src/common.h @@ -56,7 +56,7 @@ #include <m_utils.h>
#include <m_fontservice.h>
#include <m_icolib.h>
-
+#include <win2k.h>
#include "collection.h"
|