summaryrefslogtreecommitdiffstats
path: root/src/common/detached_tasks.h
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-10-02 16:04:10 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-10-02 16:04:10 +0200
commite4daf4bee522c046e5e01eeed2c5b12bd91f489e (patch)
tree77694bd695f1ebffadb67e871bdb6a2f568c6415 /src/common/detached_tasks.h
parentReview comments -part 4 (diff)
downloadyuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.gz
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.bz2
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.lz
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.xz
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.zst
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.zip
Diffstat (limited to 'src/common/detached_tasks.h')
-rw-r--r--src/common/detached_tasks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/detached_tasks.h b/src/common/detached_tasks.h
index eae27788d..5dd8fc27b 100644
--- a/src/common/detached_tasks.h
+++ b/src/common/detached_tasks.h
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#pragma once
+
#include <condition_variable>
#include <functional>