buffer.hh: Fix building on musl+libc++

Fixes #3233.
This commit is contained in:
Kylie McClain 2019-11-29 22:50:24 -05:00
parent b765fb4971
commit dc1cf24846
No known key found for this signature in database
GPG Key ID: 37133B9826BBB5C2

View File

@ -12,6 +12,7 @@
#include "value.hh"
#include "vector.hh"
#include <sys/types.h>
#include <ctime>
namespace Kakoune