diff options
Diffstat (limited to 'Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx')
-rw-r--r-- | Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx b/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx index 1f9b887..a488af6 100644 --- a/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx +++ b/Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx @@ -1,6 +1,6 @@ -#include <stdio.h> #include "MathFunctions.h" #include "TutorialConfig.h" +#include <stdio.h> // include the generated table #include "Table.h" |