// auto inserted precompiled begin #include "precompiled_xml.h" // auto inserted precompiled end #include "Declaration.h" namespace XML { namespace Exception { Declaration::Declaration(const std::string& message) : Base(message) { } } // namespace Exception } // namespace XML