commit | 54909771a1096b8822cedb9229449878fa833840 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Sun Jul 07 22:38:57 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Sun Jul 07 22:38:57 2013 -0700 |
tree | 5a72f681fb15f7c7c7e2b3a9338e3d1264556c89 | |
parent | 76f63ca9cd568c17d0800ce3f8623b5511f0ae46 [diff] |
Need to include stdexcept
diff --git a/ndn-cpp/Name.cpp b/ndn-cpp/Name.cpp index fca3e05..6098400 100644 --- a/ndn-cpp/Name.cpp +++ b/ndn-cpp/Name.cpp
@@ -4,6 +4,7 @@ * BSD license, See the LICENSE file for more information. */ +#include <stdexcept> #include <sstream> #include "Name.hpp"