1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

Inclusion of cmath library

This commit is contained in:
biagio montesano
2014-08-01 11:52:18 +02:00
parent 1b17429607
commit ff839cf9d8

View File

@@ -54,7 +54,7 @@
#include <map>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <cmath>
#include <algorithm>
#include <bitset>