diff options
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 | ||