diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-17 15:53:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-17 15:53:01 +0000 |
commit | c75198d4f9b282167c71e64a942064f03f145a7f (patch) | |
tree | 51ac8104cf742bf6202bd658d50ac35fdfe1454d /graphics/makehuman/files/patch-src-ComponentID.h | |
parent | Fix build with clang/libc++ (diff) |
Fix build with clang/libc++
Diffstat (limited to 'graphics/makehuman/files/patch-src-ComponentID.h')
-rw-r--r-- | graphics/makehuman/files/patch-src-ComponentID.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/makehuman/files/patch-src-ComponentID.h b/graphics/makehuman/files/patch-src-ComponentID.h new file mode 100644 index 000000000000..bd250e901626 --- /dev/null +++ b/graphics/makehuman/files/patch-src-ComponentID.h @@ -0,0 +1,11 @@ +--- src/ComponentID.h.orig 2007-12-03 01:30:18.000000000 +0300 ++++ src/ComponentID.h 2013-09-14 14:26:25.451226331 +0400 +@@ -27,6 +27,8 @@ + #ifndef COMPONENTID_H + #define COMPONENTID_H 1 + ++#include <algorithm> // for for_each in *Panel.cpp ++ + #ifdef HAVE_CONFIG_H + #include <config.h> + #endif |