1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-16 04:40:12 -06:00

Merge pull request #8073 from Shoegzer/compile_fixes

Add include to fix compiling
This commit is contained in:
Ameer J 2022-03-23 16:31:02 -04:00 committed by GitHub
commit fb4d80b169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#pragma once
#include <atomic>
#include <thread>
#include <QObject>