diff options
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 |