diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-29 18:09:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-29 18:09:38 (GMT) |
commit | dbd13144a36d4d46cf9a69ba016ed47af7c988c7 (patch) | |
tree | c474255195541defd838ad9a33033f19c51d0779 /Source/cmWin32ProcessExecution.h | |
parent | 595c15c84a8e463f2f8c816102d55c75cbdfb677 (diff) | |
download | CMake-dbd13144a36d4d46cf9a69ba016ed47af7c988c7.zip CMake-dbd13144a36d4d46cf9a69ba016ed47af7c988c7.tar.gz CMake-dbd13144a36d4d46cf9a69ba016ed47af7c988c7.tar.bz2 |
possible fix for warnings
Diffstat (limited to 'Source/cmWin32ProcessExecution.h')
-rw-r--r-- | Source/cmWin32ProcessExecution.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmWin32ProcessExecution.h b/Source/cmWin32ProcessExecution.h index acc214b..49ab00e 100644 --- a/Source/cmWin32ProcessExecution.h +++ b/Source/cmWin32ProcessExecution.h @@ -27,6 +27,7 @@ #include "cmStandardIncludes.h" #include "windows.h" +#include "stdio.h" class cmMakefile; |