From 3936c71e11afa7ff16dce6824c967101d439ca64 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 19 Sep 2017 13:46:24 +0300 Subject: [PATCH] Add missing includes --- server/modules/authenticator/PAM/PAMAuth/pam_auth.cc | 1 + .../authenticator/PAM/PAMBackendAuth/pam_backend_auth.cc | 3 ++- .../authenticator/PAM/PAMBackendAuth/pam_backend_session.cc | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/server/modules/authenticator/PAM/PAMAuth/pam_auth.cc b/server/modules/authenticator/PAM/PAMAuth/pam_auth.cc index ad53cd717..78b85bda9 100644 --- a/server/modules/authenticator/PAM/PAMAuth/pam_auth.cc +++ b/server/modules/authenticator/PAM/PAMAuth/pam_auth.cc @@ -13,6 +13,7 @@ #include"pam_auth.hh" #include +#include #include "pam_instance.hh" #include "pam_client_session.hh" diff --git a/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_auth.cc b/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_auth.cc index f970fa260..81ada76bf 100644 --- a/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_auth.cc +++ b/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_auth.cc @@ -15,6 +15,7 @@ #include #include +#include #include "pam_backend_session.hh" #include "../pam_auth_common.hh" @@ -109,4 +110,4 @@ MXS_MODULE* MXS_CREATE_MODULE() return &info; } -MXS_END_DECLS \ No newline at end of file +MXS_END_DECLS diff --git a/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_session.cc b/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_session.cc index 8554f7d72..22c52eb18 100644 --- a/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_session.cc +++ b/server/modules/authenticator/PAM/PAMBackendAuth/pam_backend_session.cc @@ -12,6 +12,7 @@ */ #include "pam_backend_session.hh" +#include namespace {