fixed compiling bug under g++ in gpi HOG sample

pull/13383/head
Alexey Spizhevoy 15 years ago
parent fbb6b6f90c
commit 4e52df75a7
  1. 1
      samples/gpu/gpu_hog.cpp

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

Loading…
Cancel
Save