diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 23:20:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 23:20:26 +0200 |
commit | a63613dba0374367907180be5e244db450ff234b (patch) | |
tree | 67c975aa406cf7f98d72faed6e4535f4687f3aa0 /src | |
parent | 7fec2b02d419ab1de5589fb34d4fad90e9998aab (diff) |
fs/Path: include clenaup
Diffstat (limited to 'src')
-rw-r--r-- | src/fs/Path.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index d5b96f407..a6e74104e 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -27,7 +27,7 @@ #include <glib.h> #endif -#include <algorithm> +#include <utility> #include <string> #include <assert.h> |