diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-08-01 16:58:17 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-08-01 16:58:17 +0000 |
| commit | dd30b0318f3f943bab0613d8284cf8c8ad2a089a (patch) | |
| tree | ee1af1e91968c57f6191216766ea5ae79a45dcfe /src | |
| parent | Fixed compiling bug (diff) | |
| download | inkscape-dd30b0318f3f943bab0613d8284cf8c8ad2a089a.tar.gz inkscape-dd30b0318f3f943bab0613d8284cf8c8ad2a089a.zip | |
Attem to fix the locale error
(bzr r15017.1.29)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-measure-line.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-measure-line.cpp b/src/live_effects/lpe-measure-line.cpp index 5e638c4e4..fb4530abd 100644 --- a/src/live_effects/lpe-measure-line.cpp +++ b/src/live_effects/lpe-measure-line.cpp @@ -29,6 +29,7 @@ #include "sp-path.h" #include "desktop.h" #include "document.h" +#include <locale> #include <iomanip> // TODO due to internal breakage in glibmm headers, this must be last: |
