artivis / manif

A small C++11 header-only library for Lie theory.
https://artivis.github.io/manif
MIT License
1.46k stars 239 forks source link

Add missing include in impl/macro.h header #248

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

std::forward was used in impl/macro.h , but the related header <utility> was not included.

codecov[bot] commented 2 years ago

Codecov Report

Merging #248 (6e43be2) into devel (a4ba3df) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##            devel     #248      +/-   ##
==========================================
- Coverage   98.17%   98.17%   -0.01%     
==========================================
  Files          55       55              
  Lines        1754     1753       -1     
==========================================
- Hits         1722     1721       -1     
  Misses         32       32              
artivis commented 2 years ago

Thanks for catching this.