mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Fix compilation under Win32.
This commit is contained in:
parent
33a2c8f705
commit
49abfcbb10
|
@ -13,7 +13,11 @@
|
|||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#ifndef __WIN32
|
||||
#include <arpa/inet.h>
|
||||
#else
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <QString>
|
||||
|
|
Loading…
Reference in a new issue