Add mising #include for strerror

This commit is contained in:
John Ericson 2020-06-15 23:35:07 +00:00
parent a588b6b19d
commit 7e7e3b71f3

View file

@ -4,6 +4,7 @@
#include "ref.hh"
#include "types.hh"
#include <cstring>
#include <list>
#include <memory>
#include <map>