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/Core | |
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/Core')
-rw-r--r-- | src/Core/ThreadManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Core/ThreadManager.h b/src/Core/ThreadManager.h index 9cae13c..d03dc5d 100644 --- a/src/Core/ThreadManager.h +++ b/src/Core/ThreadManager.h @@ -27,6 +27,7 @@ #include <boost/asio.hpp> +#include <boost/function.hpp> #include <boost/thread/thread.hpp> #include <boost/thread/condition_variable.hpp> #include <boost/thread/locks.hpp> |