diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-02-17 03:27:39 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-02-17 03:27:39 +0100 |
commit | 9197a1e626345437f00fbf401325146259980634 (patch) | |
tree | 140550b8a716757c3be1ffa798699ca2c8e0f0a5 /src/Common | |
parent | 3e17bfe4f2e5e64f9528c26b38d4241ca46f1082 (diff) | |
download | mad-9197a1e626345437f00fbf401325146259980634.tar mad-9197a1e626345437f00fbf401325146259980634.zip |
Updated for new boost release & new kadm5 API
Included boost patch (needed for boost < 1.42)
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/AuthManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/AuthManager.h b/src/Common/AuthManager.h index 0c249ad..1595495 100644 --- a/src/Common/AuthManager.h +++ b/src/Common/AuthManager.h @@ -28,6 +28,7 @@ #include <map> #include <set> +#include <vector> #include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> |