diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-10-02 16:04:10 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-10-02 16:04:10 +0200 |
commit | e4daf4bee522c046e5e01eeed2c5b12bd91f489e (patch) | |
tree | 77694bd695f1ebffadb67e871bdb6a2f568c6415 /src/common/detached_tasks.h | |
parent | Review comments -part 4 (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/common/detached_tasks.h | 1 |
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> |