commit | a33913f4cdccf02cf843c127ede627cbcc4fdcde | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Jul 15 17:23:55 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Jul 15 17:23:55 2013 -0700 |
tree | 69938a1591b9b37ed92cbddf6c09855337de72f3 | |
parent | 430a77a2645f3a15ac9497617b22211a40091250 [diff] |
Need to include stdexcept
diff --git a/ndn-cpp/encoding/BinaryXMLDecoder.hpp b/ndn-cpp/encoding/BinaryXMLDecoder.hpp index 7ccfbd4..a02e753 100644 --- a/ndn-cpp/encoding/BinaryXMLDecoder.hpp +++ b/ndn-cpp/encoding/BinaryXMLDecoder.hpp
@@ -6,6 +6,7 @@ #ifndef NDN_BINARYXMLDECODER_HPP #define NDN_BINARYXMLDECODER_HPP +#include <stdexcept> #include "../c/errors.h" #include "../c/encoding/BinaryXMLDecoder.h"