diff options
| author | Martin Ridgers <[email protected]> | 2022-01-07 15:49:36 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-07 15:55:12 +0100 |
| commit | 056f1f0556dc2bb82f8e7b659f6e515c34debf3b (patch) | |
| tree | cad143762bdef47036a3b500a208680019d2ac30 /zenhttp/httpasio.cpp | |
| parent | Removed unused include (diff) | |
| download | zen-056f1f0556dc2bb82f8e7b659f6e515c34debf3b.tar.xz zen-056f1f0556dc2bb82f8e7b659f6e515c34debf3b.zip | |
Added missing vector include
Diffstat (limited to 'zenhttp/httpasio.cpp')
| -rw-r--r-- | zenhttp/httpasio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenhttp/httpasio.cpp b/zenhttp/httpasio.cpp index 9aa40e377..4d98ac15e 100644 --- a/zenhttp/httpasio.cpp +++ b/zenhttp/httpasio.cpp @@ -7,6 +7,7 @@ #include <deque> #include <memory> +#include <vector> ZEN_THIRD_PARTY_INCLUDES_START #if ZEN_PLATFORM_WINDOWS |