From 71d4598ebd89586d6c29c3a1f3f908287421b707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 31 Aug 2016 11:42:32 +0200 Subject: [PATCH] Add missing vector include Related issue: https://github.com/sysown/proxysql/issues/671 --- include/proxysql_admin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/proxysql_admin.h b/include/proxysql_admin.h index aa4e5cb78..f1f645e4b 100644 --- a/include/proxysql_admin.h +++ b/include/proxysql_admin.h @@ -2,6 +2,7 @@ #define __CLASS_PROXYSQL_ADMIN_H #include "proxysql.h" #include "cpp.h" +#include typedef struct { uint32_t hash; uint32_t key; } t_symstruct;