WorkerPool: Add missing config.h include
This commit is contained in:
parent
a4d055b3ac
commit
4daed0070a
|
@ -19,6 +19,8 @@
|
|||
#ifndef WORKERPOOL_H
|
||||
#define WORKERPOOL_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstddef>
|
||||
|
||||
|
|
Loading…
Reference in New Issue