diff --git a/checkin_notes b/checkin_notes index 063e1abb61..dff4f75907 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5916,3 +5916,9 @@ David 21 July 2008 clientgui/ DlgAdvPreferences.cpp ViewWork.cpp + +David 21 July 2008 + - server compile fix for gcc 4.3 + + sched/ + sched_config.h diff --git a/sched/sched_config.h b/sched/sched_config.h index 9504d07a09..ba20408a40 100644 --- a/sched/sched_config.h +++ b/sched/sched_config.h @@ -22,6 +22,8 @@ #include "regex.h" #include +#include + using std::vector; // parsed version of server configuration file