mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Fix building with ToT libc++
ToT libc++ (LLVM) no longer includes <sstream> as part of <complex> which breaks building opencv. Include <sstream> header explcitly to fix this.
This commit is contained in:
parent
a694e5074f
commit
880d2afb67
@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
#include <complex>
|
#include <complex>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
//! @cond IGNORED
|
//! @cond IGNORED
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user