From bdc6e9b854a842f259092c8ad91ea3242045b5f8 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 24 Oct 2012 12:27:06 -0700 Subject: [PATCH] Wrong header file. --- src/UniqueNodeList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UniqueNodeList.h b/src/UniqueNodeList.h index 4040fe0f39..be8942fc5b 100644 --- a/src/UniqueNodeList.h +++ b/src/UniqueNodeList.h @@ -10,7 +10,7 @@ #include "HttpsClient.h" #include "ParseSection.h" -#include +#include #include #include @@ -48,7 +48,7 @@ private: boost::posix_time::ptime mtpScoreUpdated; boost::posix_time::ptime mtpFetchUpdated; - boost::recursive_mutex mUNLLock; + boost::recursive_mutex mUNLLock; // XXX Make this faster, make this the contents vector unsigned char or raw public key. // XXX Contents needs to based on score. boost::unordered_set mUNL;