summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar fearlessTobi2018-10-02 16:04:10 +0200
committerGravatar fearlessTobi2018-10-02 16:04:10 +0200
commite4daf4bee522c046e5e01eeed2c5b12bd91f489e (patch)
tree77694bd695f1ebffadb67e871bdb6a2f568c6415 /src/common
parentReview comments -part 4 (diff)
downloadyuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.gz
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.xz
yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.zip
Review comments - part 5
Diffstat (limited to '')
-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 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once 5#pragma once
6
6#include <condition_variable> 7#include <condition_variable>
7#include <functional> 8#include <functional>
8 9