commit | babedfe91d244e931aa51baa47fefbce8d7ae57b | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Fri Jan 12 10:50:26 2018 -0800 |
committer | Ed Tanous <ed.tanous@intel.com> | Fri Jan 12 14:40:08 2018 -0800 |
tree | da7918898cd980ad1a478b3266535b10c9c05885 | |
parent | e617c9ab09c70c45ad098c68e709787d0783f908 [diff] [blame] |
Fix merge error introduced with base64.hpp deletion Change-Id: If1e194009cec31c593e4a0f89c875a3e3bd84110
diff --git a/include/pam_authenticate.hpp b/include/pam_authenticate.hpp index d0ca1b0..5b4b454 100644 --- a/include/pam_authenticate.hpp +++ b/include/pam_authenticate.hpp
@@ -1,6 +1,7 @@ #pragma once #include <security/pam_appl.h> +#include <memory> #include <cstring> // function used to get user input