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:
@@ -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
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <limits>
|
||||
#include "math.h"
|
||||
#include <math.h>
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user