Browse Source

Merge pull request #8904 from glassez/fix-mingw

Fix compilation with MinGW
adaptive-webui-19844
Vladimir Golovnev 7 years ago committed by GitHub
parent
commit
29ec830e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/base/bittorrent/session.cpp

1
src/base/bittorrent/session.cpp

@ -94,6 +94,7 @@ @@ -94,6 +94,7 @@
#include "trackerentry.h"
#ifdef Q_OS_WIN
#include <wincrypt.h>
#include <iphlpapi.h>
#endif

Loading…
Cancel
Save