From c823e387524fbcf7edf97b91bf11bbf0f9a6e6f5 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 19:11:55 +0000 Subject: [PATCH] - Fix build with clang PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter (maintainer) --- .../files/patch-libicq2000-src-ContactTree.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp diff --git a/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp b/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp new file mode 100644 index 000000000000..88e76010151c --- /dev/null +++ b/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp @@ -0,0 +1,11 @@ +--- libicq2000/src/ContactTree.cpp.orig 2011-05-23 01:06:31.000000000 +0400 ++++ libicq2000/src/ContactTree.cpp 2013-11-28 19:19:57.334970339 +0400 +@@ -22,6 +22,8 @@ + #include "ContactTree.h" + #include "events.h" + ++#include ++ + namespace ICQ2000 { + + using std::string;