1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-28 15:34:16 +00:00

Merge pull request #12874 from jagannatharjun/fix-compile

Fix compilation error with MSVC 16.6
This commit is contained in:
Vladimir Golovnev 2020-05-21 13:50:26 +03:00 committed by GitHub
commit a1faef0a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@
#include "fspathedit.h"
#include <memory>
#include <stdexcept>
#include <QAction>
#include <QApplication>