Skip to content

Commit 87008bb

Browse files
Missing header file
1 parent 95df35e commit 87008bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Core.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
*/
1616

17+
#include <unistd.h>
1718
#include <iostream>
1819
#include <cstring>
1920
#include <zconf.h>
@@ -218,4 +219,4 @@ void Core::releasePool() {
218219
delete slot;
219220
usleep(5000);
220221
}
221-
}
222+
}

0 commit comments

Comments
 (0)