summaryrefslogtreecommitdiffstats
path: root/src/Common/AuthManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/AuthManager.cpp')
-rw-r--r--src/Common/AuthManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Common/AuthManager.cpp b/src/Common/AuthManager.cpp
index 82fbda5..d21909d 100644
--- a/src/Common/AuthManager.cpp
+++ b/src/Common/AuthManager.cpp
@@ -18,9 +18,10 @@
*/
#include "AuthManager.h"
-
#include "AuthBackend.h"
+#include <boost/thread/locks.hpp>
+
namespace Mad {
namespace Common {