From 4fe5110a40b6faf76399cfbc9b70bfb6d4e5ca1d Mon Sep 17 00:00:00 2001 From: Daniel Hsu Date: Fri, 2 Jul 2004 02:58:43 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3743 --- checkin_notes | 7 +++++++ client/hostinfo_unix.C | 2 ++ 2 files changed, 9 insertions(+) diff --git a/checkin_notes b/checkin_notes index 48936a3e2f..80205337a3 100755 --- a/checkin_notes +++ b/checkin_notes @@ -14430,3 +14430,10 @@ Daniel 2004-07-01 client/ cs_apps.C +Daniel 2004-07-01 + - Yet another file that needs "using std::string". + + + client/ + hostinfo_unix.C + diff --git a/client/hostinfo_unix.C b/client/hostinfo_unix.C index 0626f5b4c7..2d3a8fa463 100644 --- a/client/hostinfo_unix.C +++ b/client/hostinfo_unix.C @@ -69,6 +69,8 @@ #include "client_state.h" #include "hostinfo_network.h" +using std::string; + // functions to get name/addr of local host // Converts a int ip address to a string representation (i.e. "66.218.71.198")