mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
880d2afb67
ToT libc++ (LLVM) no longer includes <sstream> as part of <complex> which breaks building opencv. Include <sstream> header explcitly to fix this.