1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-10 13:54:23 +00:00

Add missing header stdexcept in fspathedit

Fixes compilation error with MSVC 16.6
This commit is contained in:
jagannatharjun 2020-05-20 23:01:56 +05:30
parent dde7421f59
commit 971a21f306

View File

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