diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-09-07 16:36:39 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-09-07 16:36:39 +0000 |
| commit | dfb987d525282a51cec5fdf4b7fa2da57ea8307d (patch) | |
| tree | 01b952fca586d854ed9c82f26076e6550ffd86c2 /src | |
| parent | Add "HAVE_GLIBMM_THREADS_H" check to fillet-chamfer (diff) | |
| download | inkscape-dfb987d525282a51cec5fdf4b7fa2da57ea8307d.tar.gz inkscape-dfb987d525282a51cec5fdf4b7fa2da57ea8307d.zip | |
Fix std::string
(bzr r13341.1.201)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dir-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dir-util.h b/src/dir-util.h index 4865158bd..e78cad6a6 100644 --- a/src/dir-util.h +++ b/src/dir-util.h @@ -10,6 +10,7 @@ */ #include <cstdlib> +#include <string> /** * Returns a form of \a path relative to \a base if that is easy to construct (eg if \a path |
