ENH: add some includes for borland 6
This commit is contained in:
parent
44e3bbce96
commit
5945a5a448
@ -24,6 +24,7 @@
|
|||||||
# include "curl/curl.h"
|
# include "curl/curl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h> // required for atoi
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "cmVariableWatch.h"
|
#include "cmVariableWatch.h"
|
||||||
#include "cmake.h"
|
#include "cmake.h"
|
||||||
#include <stdio.h> // required for sprintf
|
#include <stdio.h> // required for sprintf
|
||||||
|
#include <stdlib.h> // required for atoi
|
||||||
// default is not to be building executables
|
// default is not to be building executables
|
||||||
cmMakefile::cmMakefile()
|
cmMakefile::cmMakefile()
|
||||||
{
|
{
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
=========================================================================*/
|
=========================================================================*/
|
||||||
#include "cmStringCommand.h"
|
#include "cmStringCommand.h"
|
||||||
|
#include <stdlib.h> // required for atoi
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
|
bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
|
||||||
{
|
{
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h> // required for atoi
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user