We need a cstring include here ... (at least for Linux builds)

This commit is contained in:
phl0 2019-01-08 13:51:24 +01:00
parent 7cd47fcb20
commit 494739c25b
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -20,6 +20,7 @@
#include <cstdio>
#include <cassert>
#include <cstring>
const unsigned int BUFFER_LENGTH = 100U;