diff --git a/drape/stipple_pen_resource.cpp b/drape/stipple_pen_resource.cpp index ae0cf76317..c2e20b8edf 100644 --- a/drape/stipple_pen_resource.cpp +++ b/drape/stipple_pen_resource.cpp @@ -6,6 +6,7 @@ #include "../std/numeric.hpp" #include "../std/sstream.hpp" +#include "../std/cstring.hpp" namespace dp { diff --git a/graphics/straight_text_element.cpp b/graphics/straight_text_element.cpp index 072b613519..1dce3a747f 100644 --- a/graphics/straight_text_element.cpp +++ b/graphics/straight_text_element.cpp @@ -5,6 +5,7 @@ #include "../std/iterator.hpp" #include "../std/algorithm.hpp" +#include "../std/cstring.hpp" namespace graphics