diff options
Diffstat (limited to 'Source/cmSourceFilesCommand.cxx')
-rw-r--r-- | Source/cmSourceFilesCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSourceFilesCommand.cxx b/Source/cmSourceFilesCommand.cxx index a2d2ada..0d0f369 100644 --- a/Source/cmSourceFilesCommand.cxx +++ b/Source/cmSourceFilesCommand.cxx @@ -15,6 +15,7 @@ =========================================================================*/ #include "cmSourceFilesCommand.h" +#include <stdlib.h> // required for atof // cmSourceFilesCommand bool cmSourceFilesCommand::InitialPass(std::vector<std::string> const& args) |