Add missing includes by MichaelChirico · Pull Request #1272 · RcppCore/Rcpp (original) (raw)
I spot-checked the files and indeed there's no direct #include for the respective objects (attributes.cpp -> std::enl, date.cpp -> TRUE,FALSE), so it seemed pretty straightforward that we should avoid transitive inclusion.
I also recall "recently" your accepting a similar PR:
Sorry about the ChangeLog, I'm guilty of assuming such small changes don't need a log entry. My mistake :)