From 9925988c77f66fe759a0513542d8197f02d31468 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 20 Aug 2009 05:11:42 +0000 Subject: [PATCH] - wrapper: compile fix svn path=/trunk/boinc/; revision=18882 --- checkin_notes | 6 ++++++ samples/wrapper/wrapper.cpp | 1 + 2 files changed, 7 insertions(+) diff --git a/checkin_notes b/checkin_notes index d3716aca52..26d374adfa 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7062,3 +7062,9 @@ David 19 Aug 2009 cpu_sched.cpp lib/ coproc.h + +David 19 Aug 2009 + - wrapper: compile fix + + samples/wrapper/ + wrapper.cpp diff --git a/samples/wrapper/wrapper.cpp b/samples/wrapper/wrapper.cpp index 4746a7b743..03ecbbd8da 100644 --- a/samples/wrapper/wrapper.cpp +++ b/samples/wrapper/wrapper.cpp @@ -47,6 +47,7 @@ #include "filesys.h" #include "parse.h" #include "str_util.h" +#include "str_replace.h" #include "util.h" #include "error_numbers.h"