Added missing header

This commit is contained in:
Kristians Vebers
2014-02-19 09:51:31 +02:00
parent c7853e29f3
commit f2f2939c31

View File

@@ -21,6 +21,7 @@
#ifndef COLORFILTER_H #ifndef COLORFILTER_H
#define COLORFILTER_H #define COLORFILTER_H
#include <iomanip>
#include "opencv2/highgui/highgui.hpp" #include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp" #include "opencv2/imgproc/imgproc.hpp"