SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.63k stars 1.11k forks source link

error: implicit instantiation of undefined template (while running make) #452

Closed WesSouza closed 8 years ago

WesSouza commented 8 years ago

While running make:

(...)/openage/libopenage/game_renderer.cpp:85:20: error: implicit instantiation of undefined template
      'std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
        std::stringstream ss;
                          ^
/usr/local/Cellar/llvm35/3.5.1/lib/llvm-3.5/bin/../include/c++/v1/iosfwd:126:33: note: template is declared here
    class _LIBCPP_TYPE_VIS_ONLY basic_stringstream;

On Mac OS 10.11.2.

goto-bus-stop commented 8 years ago

This should be fixed once #447 lands :)