Joshua Root created XALANC-819: ---------------------------------- Summary: Missing include in DoubleSupport.cpp Key: XALANC-819 URL: https://issues.apache.org/jira/browse/XALANC-819 Project: XalanC Issue Type: Bug Components: XalanC Affects Versions: 1.12 Environment: macOS 10.11 Reporter: Joshua Root Assignee: Gary D. Gregory
{{src/xalanc/PlatformSupport/DoubleSupport.cpp}} uses {{std::atof}} but does not include the corresponding header {{<cstdlib>}}. This caused the build to fail for us on some macOS versions, and presumably would do the same anywhere that the other included headers don't happen to include {{cstdlib}} internally. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org