aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpasio.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-07 15:49:36 +0100
committerMartin Ridgers <[email protected]>2022-01-07 15:55:12 +0100
commit056f1f0556dc2bb82f8e7b659f6e515c34debf3b (patch)
treecad143762bdef47036a3b500a208680019d2ac30 /zenhttp/httpasio.cpp
parentRemoved unused include (diff)
downloadzen-056f1f0556dc2bb82f8e7b659f6e515c34debf3b.tar.xz
zen-056f1f0556dc2bb82f8e7b659f6e515c34debf3b.zip
Added missing vector include
Diffstat (limited to 'zenhttp/httpasio.cpp')
-rw-r--r--zenhttp/httpasio.cpp1
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