opnsense-ports/graphics/makehuman/files/patch-src__ComponentID.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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