diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-18 11:58:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-18 11:58:08 (GMT) |
commit | da63a7574d6d01d637c6d9b4e8151bcd9a62fd42 (patch) | |
tree | 9a78f7fe8c5acae204fec0b2dc515e93f4e7f744 | |
parent | 67d2c290500599e900684787be8c6af678f47ec8 (diff) | |
download | CMake-da63a7574d6d01d637c6d9b4e8151bcd9a62fd42.zip CMake-da63a7574d6d01d637c6d9b4e8151bcd9a62fd42.tar.gz CMake-da63a7574d6d01d637c6d9b4e8151bcd9a62fd42.tar.bz2 |
BUG: add missing include
-rw-r--r-- | Source/cmCMakeMinimumRequired.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCMakeMinimumRequired.cxx b/Source/cmCMakeMinimumRequired.cxx index 6be31de..a8e89e8 100644 --- a/Source/cmCMakeMinimumRequired.cxx +++ b/Source/cmCMakeMinimumRequired.cxx @@ -15,6 +15,7 @@ =========================================================================*/ #include "cmCMakeMinimumRequired.h" +#include "stdio.h" // cmCMakeMinimumRequired bool cmCMakeMinimumRequired::InitialPass(std::vector<std::string> const& args) |