Add missing cstring include

Required for strncpy on Alpine Linux.
This commit is contained in:
Alexander Krotov
2020-03-25 15:49:49 +03:00
parent 8f08321277
commit 38868191c0

View File

@@ -22,6 +22,7 @@
#include <iostream>
#include <iomanip>
#include <sstream>
#include <cstring>
#include <stdlib.h>
#include <errno.h>
#include <fcntl.h>