1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Consistently include <math.h> with angle brackets

This commit is contained in:
Stephan T. Lavavej
2026-06-15 14:53:29 -07:00
parent 41d48d6eeb
commit 4208a89b3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "precomp.hpp" #include "precomp.hpp"
#include "opencv2/flann.hpp" #include "opencv2/flann.hpp"
#include "chessboard.hpp" #include "chessboard.hpp"
#include "math.h" #include <math.h>
//#define CV_DETECTORS_CHESSBOARD_DEBUG //#define CV_DETECTORS_CHESSBOARD_DEBUG
#ifdef CV_DETECTORS_CHESSBOARD_DEBUG #ifdef CV_DETECTORS_CHESSBOARD_DEBUG
+1 -1
View File
@@ -44,7 +44,7 @@
#include <iostream> #include <iostream>
#include <stdlib.h> #include <stdlib.h>
#include <limits> #include <limits>
#include "math.h" #include <math.h>
using namespace std; using namespace std;