diff options
Diffstat (limited to 'plugins/Ping/src/common.h')
-rw-r--r-- | plugins/Ping/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Ping/src/common.h b/plugins/Ping/src/common.h index 69853c41bd..2bcf3b286a 100644 --- a/plugins/Ping/src/common.h +++ b/plugins/Ping/src/common.h @@ -5,6 +5,7 @@ #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
+#include <windowsx.h>
#include <winsock.h>
#include <shellapi.h>
#include <commdlg.h>
|