diff options
| author | 2018-10-02 16:04:10 +0200 | |
|---|---|---|
| committer | 2018-10-02 16:04:10 +0200 | |
| commit | e4daf4bee522c046e5e01eeed2c5b12bd91f489e (patch) | |
| tree | 77694bd695f1ebffadb67e871bdb6a2f568c6415 /src/common | |
| parent | Review comments -part 4 (diff) | |
| download | yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.gz yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.tar.xz yuzu-e4daf4bee522c046e5e01eeed2c5b12bd91f489e.zip | |
Review comments - part 5
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 @@ | |||
| 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 | ||