Ticket #514: includes_for_gcc4.3.patch

File includes_for_gcc4.3.patch, 3.1 kB (added by fthomas, 9 months ago)
  • boinc/db/db_base.h

    old new  
    2020#ifndef _DB_BASE_ 
    2121#define _DB_BASE_ 
    2222 
     23#include <cstdlib> 
     24#include <string> 
     25 
    2326#include <mysql.h> 
    2427 
    2528// if SQL columns are not 'not null', you must use these safe_atoi, safe_atof 
  • boinc/sched/edf_sim.C

    old new  
    1919 
    2020#include <vector> 
    2121#include <algorithm> 
     22#include <cstdio> 
    2223 
    2324#include "edf_sim.h" 
    2425 
  • boinc/sched/edf_sim.h

    old new  
    2020#ifndef _EDF_SIM_H 
    2121#define _EDF_SIM_H 
    2222 
     23#include <cstring> 
    2324#include <vector> 
    2425 
    2526struct IP_RESULT { 
  • boinc/sched/validator.C

    old new  
    3737 
    3838#include "config.h" 
    3939#include <unistd.h> 
     40#include <climits> 
    4041#include <cmath> 
    4142#include <vector> 
    4243 
  • boinc/sched/sched_locality.C

    old new  
    3939#include "sched_locality.h" 
    4040#include "sched_util.h" 
    4141 
     42#include <algorithm> 
     43#include <climits> 
    4244#include <vector> 
    4345#include <string> 
    4446#include <cstring> 
  • boinc/lib/crypt.C

    old new  
    2626#include <cctype> 
    2727#include <cstdio> 
    2828#include <cstdlib> 
     29#include <cstring> 
    2930#endif 
    3031 
    3132#include "md5_file.h" 
  • boinc/lib/parse.h

    old new  
    2525#else 
    2626#include <cstdio> 
    2727#include <cstdlib> 
     28#include <cstring> 
    2829#include <string> 
    2930#include <math.h> 
    3031#ifdef solaris 
  • boinc/lib/procinfo_unix.C

    old new  
    2929 
    3030#include <stdio.h> 
    3131 
     32#include <cstring> 
    3233#include <ctype.h> 
    3334#include <sys/types.h> 
    3435#include <dirent.h> 
  • boinc/client/cs_account.C

    old new  
    2323 
    2424#ifndef _WIN32 
    2525#include "config.h" 
     26#include <algorithm> 
    2627#include <cstdio> 
    2728#include <cassert> 
    2829#ifdef HAVE_SYS_STAT_H 
  • boinc/client/client_msgs.C

    old new  
    2222#else 
    2323#include "config.h" 
    2424#include <cstdarg> 
     25#include <cstring> 
    2526#include <deque> 
    2627#endif 
    2728 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.