added missed include (for MSVC 2010)

pull/13383/head
Alexey Spizhevoy 14 years ago
parent e90f197beb
commit ba32833c3f
  1. 1
      modules/gpu/src/precomp.hpp

@ -56,6 +56,7 @@
#include <algorithm>
#include <sstream>
#include <exception>
#include <iterator>
#include "opencv2/gpu/gpu.hpp"
#include "opencv2/imgproc/imgproc.hpp"

Loading…
Cancel
Save