Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing include for DOMNode.hpp to MiscalibReaderFromXMLDomUtils.h #19272

Merged

Commits on Jun 16, 2017

  1. Add missing include for DOMNode.hpp to MiscalibReaderFromXMLDomUtils.h

    The MiscalibReaderFromXMLDomUtils.icc file we include in this file
    tries to access the getNodeValue() method of a DOMNode, so we also
    need to include the related header to make this header compile
    on it's own.
    Teemperor committed Jun 16, 2017
    Copy the full SHA
    07b7802 View commit details
    Browse the repository at this point in the history