freebsd-ports/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp
Sunpoet Po-Chuan Hsieh c823e38752 - Fix build with clang
PR:		ports/184360
Submitted by:	amdmi3
Approved by:	Frank Altpeter <frank@altpeter.de> (maintainer)
2013-11-29 19:11:55 +00:00

11 lines
281 B
C++

--- 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 <cstdlib>
+
namespace ICQ2000 {
using std::string;