ofxPostProcessing icon indicating copy to clipboard operation
ofxPostProcessing copied to clipboard

EdgePass.cpp ostringstream oss error ( 10.1 , osx )

Open AurelienConil opened this issue 6 years ago • 1 comments

I got this error when compiling on xcode, of10.1 Implicit instantiation of undefined template 'std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >'

This seems to be present others file.

AurelienConil avatar Jan 07 '20 22:01 AurelienConil

I added this to the header file

#include <string> #include <sstream> #include <iostream>

AurelienConil avatar Jan 07 '20 22:01 AurelienConil