mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +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 <ostream>
|
||||
#include <sstream>
|
||||
|
||||
//! @cond IGNORED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user