build+nsync+tests+docs: Fix compilation for boost 1.59, doxygen docs, and other fixes
Requires ndn-cxx:commit:e3e2505aa03e0b298e1a8dfc9876f1f8dafcaaba (ndn-cxx-0.4.0-beta2-11-ge3e2505)
or earlier commit.
Change-Id: I6ad359aa368b3346464f2aa74a1ab319fcd3ab7a
diff --git a/nsync/sync-socket.cc b/nsync/sync-socket.cc
index 9c5ea9f..68eaa7d 100644
--- a/nsync/sync-socket.cc
+++ b/nsync/sync-socket.cc
@@ -20,7 +20,9 @@
#include "sync-socket.h"
#include "sync-logging.h"
+
#include <boost/lexical_cast.hpp>
+#include <boost/thread.hpp>
using namespace std;