Add missing include for std::array

This commit is contained in:
Maxime Coste 2023-11-13 23:03:03 +11:00
parent fbf387f05c
commit ed1e2f2e08

View File

@ -14,6 +14,7 @@
#include "option_types.hh"
#include "regex.hh"
#include <array>
#include <cstring>
#include <sys/types.h>
#include <sys/wait.h>