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:
Manoj Gupta 2020-03-05 14:26:35 -08:00
parent a694e5074f
commit 880d2afb67

View File

@ -46,6 +46,7 @@
#include <complex>
#include <ostream>
#include <sstream>
//! @cond IGNORED