mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Add missing header stdexcept in fspathedit
Fixes compilation error with MSVC 16.6
This commit is contained in:
parent
dde7421f59
commit
971a21f306
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "fspathedit.h"
|
||||
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <QAction>
|
||||
#include <QApplication>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue