diff options
Diffstat (limited to 'Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx')
-rw-r--r-- | Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx index ef98d5f..a23feeb 100644 --- a/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx +++ b/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx @@ -1,6 +1,6 @@ // A simple program that builds a sqrt table -#include <stdio.h> #include <math.h> +#include <stdio.h> int main (int argc, char *argv[]) { |