From c480c46a9f68be848a4b93dce211592658700369 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 12 Aug 2008 22:30:37 +0000 Subject: [PATCH] client: fix compile error svn path=/trunk/boinc/; revision=15812 --- client/client_msgs.C | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client_msgs.C b/client/client_msgs.C index 94ea89cc33..e396569977 100644 --- a/client/client_msgs.C +++ b/client/client_msgs.C @@ -23,6 +23,7 @@ #include #include #endif +#include "str_util.h" using std::deque;