neilmendoza / ofxPostProcessing

This openFrameworks addon gives you an easy way of putting together a chain of GLSL post-processing effects.

Home Page:www.neilmendoza.com/ofxpostprocessing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdgePass.cpp ostringstream oss error ( 10.1 , osx )

AurelienConil opened this issue · 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.

I added this to the header file

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