mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05: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