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

Merge pull request #29307 from StephanTLavavej:angle-brackets

Consistently include `<math.h>` with angle brackets
This commit is contained in:
Alexander Smorkalov
2026-06-16 10:07:48 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "precomp.hpp"
#include "opencv2/flann.hpp"
#include "chessboard.hpp"
#include "math.h"
#include <math.h>
//#define CV_DETECTORS_CHESSBOARD_DEBUG
#ifdef CV_DETECTORS_CHESSBOARD_DEBUG
+1 -1
View File
@@ -44,7 +44,7 @@
#include <iostream>
#include <stdlib.h>
#include <limits>
#include "math.h"
#include <math.h>
using namespace std;