Skip to content

Commit 46788ee

Browse files
author
Raphaël Droz
committed
IPLGradientOperator includes opencv in IPLGradientOperator.h as for other modules
1 parent 4da294d commit 46788ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IPL/include/processes/IPLGradientOperator.h

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
#include <string>
2828

29+
#include <opencv2/opencv.hpp>
30+
#include <opencv2/imgproc.hpp>
31+
2932
class IPLOrientedImage;
3033

3134
/**

IPL/src/processes/IPLGradientOperator.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
#include "IPLGradientOperator.h"
2121

22-
#include <opencv2/opencv.hpp>
23-
#include <opencv2/imgproc.hpp>
24-
2522
#include <iostream>
2623

2724
void IPLGradientOperator::init()

0 commit comments

Comments
 (0)