mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Added missing <iterator> include in String.hpp
This include is required for std::back_inserter.
This commit is contained in:
parent
3ff1d251a8
commit
c4956857fa
@ -30,6 +30,7 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/System/Export.hpp>
|
||||
#include <SFML/System/Utf.hpp>
|
||||
#include <iterator>
|
||||
#include <locale>
|
||||
#include <string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user