diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-10 20:13:54 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-10 20:13:54 (GMT) |
commit | fed6dae8e92a100c008bbf2b040f6dd5f28f84c5 (patch) | |
tree | fd62d8a57166774bad49cc1248ccd7ec503736c1 /Tests/Tutorial/Step1 | |
parent | b94d785df94119c62b50941d193a7b330f1d8919 (diff) | |
download | CMake-fed6dae8e92a100c008bbf2b040f6dd5f28f84c5.zip CMake-fed6dae8e92a100c008bbf2b040f6dd5f28f84c5.tar.gz CMake-fed6dae8e92a100c008bbf2b040f6dd5f28f84c5.tar.bz2 |
ENH: some fixes
Diffstat (limited to 'Tests/Tutorial/Step1')
-rw-r--r-- | Tests/Tutorial/Step1/tutorial.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Tutorial/Step1/tutorial.cxx b/Tests/Tutorial/Step1/tutorial.cxx index 94c65bc..8ab6dc3 100644 --- a/Tests/Tutorial/Step1/tutorial.cxx +++ b/Tests/Tutorial/Step1/tutorial.cxx @@ -1,5 +1,6 @@ // A simple program that computes the square root of a number #include <stdio.h> +#include <stdlib.h> #include <math.h> #include "TutorialConfig.h" |