From 3a7fbece07c6265d8ca9537efa1d269957bc862a Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 19 Sep 2010 21:04:25 +0000 Subject: [dependencies/arts] included limits.h for PATH_MAX definition git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1177242 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mcop/mcoputils.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc index 3922824..57ac856 100644 --- a/mcop/mcoputils.cc +++ b/mcop/mcoputils.cc @@ -36,6 +36,7 @@ #include #include #include +#include using namespace std; using namespace Arts; -- cgit v1.2.3