fixed compiling bug under g++ in gpi HOG sample

This commit is contained in:
Alexey Spizhevoy 2010-11-22 16:46:49 +00:00
parent fbb6b6f90c
commit 4e52df75a7

View File

@ -3,6 +3,7 @@
#include <string>
#include <sstream>
#include <iomanip>
#include <stdexcept>
#include "opencv2/gpu/gpu.hpp"
#include "opencv2/highgui/highgui.hpp"