diff options
Diffstat (limited to 'Source/charon/thread_pool.h')
-rw-r--r-- | Source/charon/thread_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/thread_pool.h b/Source/charon/thread_pool.h index c5e8fa997..54022e4b4 100644 --- a/Source/charon/thread_pool.h +++ b/Source/charon/thread_pool.h @@ -25,7 +25,7 @@ #include <stdlib.h> -#include "types.h" +#include <types.h> /** * @brief A thread_pool contains a pool of threads processing the job queue. |