Fix missing cstring include

This commit is contained in:
DankParrot 2020-07-24 23:00:05 -07:00
parent 4946a5fa56
commit 987cc5fc7d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <event2/bufferevent.h>
#include <mutex>
#include <cstring>
#include "Buffer.h"