commit | ab430ee46c1f12e2c40096df9c8e86cb5ddbb9a8 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 05 21:11:25 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 05 21:26:39 2014 -0700 |
tree | 48e5ea567e0fa8efc8abb5131ff7ee51c064c143 | |
parent | e9ee1b4da5049a52e2aedf7e9085a714b37bb135 [diff] [blame] |
docs: Adding documentation skeleton Change-Id: Ia54efcddcf121f60cc32312de4f9d0e630992ffe
diff --git a/tools/dig.cpp b/tools/dig.cpp index ef6bbf1..28b3ec9 100644 --- a/tools/dig.cpp +++ b/tools/dig.cpp
@@ -21,6 +21,8 @@ #include "boost/program_options.hpp" #include "boost/filesystem.hpp" +#include "version.hpp" + using namespace ndn; using namespace ndn::ndns; using namespace std; @@ -147,4 +149,3 @@ } } -