Added missing <iterator> include in String.hpp
This include is required for std::back_inserter.
This commit is contained in:
parent
3ff1d251a8
commit
c4956857fa
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/System/Export.hpp>
|
||||
#include <SFML/System/Utf.hpp>
|
||||
#include <iterator>
|
||||
#include <locale>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue