blob: 0a934115332eb8561191e14ba54a9a0d0580e477 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001From 3e97c9004f4ec58ca3696ee6298f91e6eeb76e04 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 23 Dec 2019 14:46:25 -0800
4Subject: [PATCH] include <stdexcept> for std::invalid_argument
5
6Upstream-Status: Submitted [https://github.com/rmbreak/pam_ldapdb/pull/11]
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8---
9 pam_ldapdb.cpp | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/pam_ldapdb.cpp b/pam_ldapdb.cpp
13index 9baf1e6..be5d85c 100644
14--- a/pam_ldapdb.cpp
15+++ b/pam_ldapdb.cpp
16@@ -1,5 +1,6 @@
17 #include <map>
18 #include <string>
19+#include <stdexcept>
20 #include <utility>
21 #include <syslog.h>
22 #include <pwd.h>
23--
242.24.1
25