commit | 0a7da61b458da4639533ceb1e85f48b086a6bc80 | [log] [tgz] |
---|---|---|
author | Vince Lehman <vslehman@memphis.edu> | Wed Oct 29 14:39:29 2014 -0500 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 30 10:43:53 2014 -0700 |
tree | b14e2a3020934cdf3200700a9476b35f9f159ea6 | |
parent | 7c8882ffac6dd1a4ae516212c0bde838d60b9280 [diff] [blame] |
Always build in C++11 mode refs: #1930 Change-Id: Iedad4a814e5c7e6a5486f2f7e16c45c356131792
diff --git a/src/nlsr.hpp b/src/nlsr.hpp index 866ad7c..de6f061 100644 --- a/src/nlsr.hpp +++ b/src/nlsr.hpp
@@ -33,6 +33,7 @@ #include <ndn-cxx/management/nfd-face-event-notification.hpp> #include <ndn-cxx/management/nfd-face-monitor.hpp> +#include "common.hpp" #include "conf-parameter.hpp" #include "adjacency-list.hpp" #include "name-prefix-list.hpp"