Skip to content

Commit c3dd85b

Browse files
authored
Merge pull request #166 from alicevision/fix/windows-build-math-sign
MSVC build fix
2 parents 83cfb06 + 17a3e9c commit c3dd85b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# build folder
2-
build
3-
build_*/
2+
build*/
3+
install*/
44
# NetBeans project folder
55
nbproject
66
# Result of the sample code

src/cctag/Bresenham.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <cctag/Bresenham.hpp>
1010
#include <cctag/utils/FileDebug.hpp>
1111

12+
#include <boost/math/special_functions/sign.hpp>
1213

1314
#include <cmath>
1415

0 commit comments

Comments
 (0)