mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-22 16:30:21 +01:00
We need a cstring include here ... (at least for Linux builds)
This commit is contained in:
parent
7cd47fcb20
commit
494739c25b
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
const unsigned int BUFFER_LENGTH = 100U;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue