From e1c6505fc107e1e3cadaa55b81a273e610fd924d Mon Sep 17 00:00:00 2001 From: MapsWithMe OSM User Date: Mon, 25 Aug 2014 11:04:37 +0200 Subject: [PATCH] [linux] Fixed compile errors --- drape/stipple_pen_resource.cpp | 1 + graphics/straight_text_element.cpp | 1 + 2 files changed, 2 insertions(+) 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