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;