1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fixed some build warnings

This commit is contained in:
Andrey Kamaev
2012-05-25 13:13:51 +00:00
parent ca6d2fe76b
commit eb90882b2d
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "opencv2/video/tracking.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include <stdio.h>
void help()
{
+1 -1
View File
@@ -1,6 +1,6 @@
#include "opencv2/video/tracking.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include <time.h>
#include <stdio.h>
#include <ctype.h>