diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2022-08-20 21:01:33 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2022-08-20 21:01:33 +0200 |
| commit | 7d1b5ec6922a0d0f437431a4fe1e694d3a7538c4 (patch) | |
| tree | 66ec4e0a8ef193aecc18a3454abef2cac787fa2b | |
| parent | 07501aa8061ab451456312854070d0dc61a25c03 (diff) | |
Add missing includeupstream
| -rw-r--r-- | src/fcgi_protocol.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fcgi_protocol.cc b/src/fcgi_protocol.cc index b2a6be1..5860502 100644 --- a/src/fcgi_protocol.cc +++ b/src/fcgi_protocol.cc @@ -7,6 +7,7 @@ #include <limits> #include <optional> #include <utility> +#include <vector> namespace fcgi { |
