From ccebcd6fbb149626c8cf907cf16bbfc5b9f4b356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Mon, 30 Mar 2020 10:23:25 +0200 Subject: [PATCH] Added required headers as a consequence of removing 'ma_global' header inclusion from 'proxysql.h' --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 18f331df3..ae2770f04 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,6 +6,8 @@ #if defined(__FreeBSD__) || defined(__APPLE__) #include #endif +#include +#include //#define PROXYSQL_EXTERN #include "cpp.h"