mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
Qt: Add missing <future> include to gamepropertiesdialog.cpp
This commit is contained in:
parent
ec31690587
commit
0adbfcbb1f
|
@ -16,6 +16,7 @@
|
|||
#include <QtWidgets/QFileDialog>
|
||||
#include <QtWidgets/QInputDialog>
|
||||
#include <QtWidgets/QMessageBox>
|
||||
#include <future>
|
||||
#include <map>
|
||||
Log_SetChannel(GamePropertiesDialog);
|
||||
|
||||
|
|
Loading…
Reference in a new issue