Removing ns3 namespace
diff --git a/model/sync-name-info.h b/model/sync-name-info.h
index 7a1467a..bc04c33 100644
--- a/model/sync-name-info.h
+++ b/model/sync-name-info.h
@@ -26,8 +26,8 @@
 #include <boost/shared_ptr.hpp>
 #include <map>
 #include <string>
+#include "sync-digest.h"
 
-namespace ns3 {
 namespace Sync {
 
 /**
@@ -80,6 +80,5 @@
 
 
 } // Sync
-} // ns3
 
 #endif // SYNC_NAME_INFO_H