Missing include in "cvmodelest.h" & "cvhog.cpp" (VisualStudio 2010 beta2) (Feature #51)
Description
I just tried to compile build 2492 directly out of the trunk but it failed (at least with the new Visual Studio 2010 beta2). I found out, that "back_inserter" was not defined in "cvmodelest.cpp" because of a missing include.
Just add "#include <interator>" and the code will compile correctly!
The same problem is found in "cvhog.cpp" where the "back_inserter" is also undefined.
Please give it a look. I think this only happens with the new Visual Studio. I never encountered this problem before.
Greetings
Matthias
Associated revisions
Merge pull request #51 from taka-no-me/java/fix-build-after-normalization
Merge pull request #51 from rdm12:bugfix_3121_cvtcolor
History
Updated by anonymous - about 15 years ago
fixed in SVN r2518
- Status changed from Open to Done
- (deleted custom field) set to fixed