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