ports/graphics/makehuman/files/patch-src__ComponentID.h
Dmitry Marakasov d1dbd64377 - Fix build on 10.x
- Use canonical filenames for patches
2014-04-04 10:14:04 +00:00

11 lines
296 B
C

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