diff options
Diffstat (limited to 'Tests/ExternalProjectLocal/Step5/tutorial.cxx')
-rw-r--r-- | Tests/ExternalProjectLocal/Step5/tutorial.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/ExternalProjectLocal/Step5/tutorial.cxx b/Tests/ExternalProjectLocal/Step5/tutorial.cxx index 37f6ac4..8d077b2 100644 --- a/Tests/ExternalProjectLocal/Step5/tutorial.cxx +++ b/Tests/ExternalProjectLocal/Step5/tutorial.cxx @@ -1,9 +1,10 @@ // A simple program that computes the square root of a number -#include "TutorialConfig.h" #include <math.h> #include <stdio.h> #include <stdlib.h> +#include "TutorialConfig.h" + #ifdef USE_MYMATH # include "MathFunctions.h" #endif |