missing vector header

This commit is contained in:
Benjamin Sergeant 2020-11-11 21:47:07 -08:00
parent 4e2a40e031
commit 1350e9b307
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include <ixwebsocket/IXSocket.h>
namespace ix

View File

@ -16,6 +16,7 @@
#include <string>
#include <thread>
#include <utility> // pair
#include <vector> // pair
namespace ix
{