mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixes for i2pd_qt MSYS2 mingw32
This commit is contained in:
parent
c0436297c2
commit
e80da3cbeb
3 changed files with 18 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
#ifndef ROUTER_INFO_H__
|
||||
#define ROUTER_INFO_H__
|
||||
|
||||
// i2pd_qt.pro defines this on Windows
|
||||
#ifdef WINDOWS
|
||||
#include <Winsock2.h>
|
||||
#endif
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue