From 8a99ca794a2a5a0e2120f5e2032dbadebd0bfbcd Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 23 Jun 2008 15:36:51 +0000 Subject: [PATCH] - API: compile fix svn path=/trunk/boinc/; revision=15447 --- api/reduce_main.C | 2 ++ checkin_notes | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/api/reduce_main.C b/api/reduce_main.C index aaeb331656..0d70f6fcc5 100644 --- a/api/reduce_main.C +++ b/api/reduce_main.C @@ -34,6 +34,8 @@ #include #include #include +#include + #include #endif diff --git a/checkin_notes b/checkin_notes index 674e12bff8..29a91b442e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5052,3 +5052,9 @@ David 22 June 2008 client_state.C lib/ coproc.C,h + +David 23 June 2008 + - API: compile fix + + api/ + reduce_main.C