Skip to content

Commit ce3a596

Browse files
authored
Merge pull request #1342 from jolting/bitsForPi
Missing bits_math.h required for M_PI
2 parents f100923 + 3368bb4 commit ce3a596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/mrpt_math/include/mrpt/math/wrap2pi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
*/
1414
#pragma once
1515

16+
#include <mrpt/core/bits_math.h>
17+
1618
#include <cmath>
1719
#include <cstddef> // size_t
1820

0 commit comments

Comments
 (0)