mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #5940 from ligfx/missingrunonthreadinclude
RunOnObject: add missing QThread include
This commit is contained in:
commit
8d7f28e79b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <QThread>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue