summaryrefslogtreecommitdiff
path: root/Tests/ExternalProjectLocal/Step5/tutorial.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExternalProjectLocal/Step5/tutorial.cxx')
-rw-r--r--Tests/ExternalProjectLocal/Step5/tutorial.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/ExternalProjectLocal/Step5/tutorial.cxx b/Tests/ExternalProjectLocal/Step5/tutorial.cxx
index 37f6ac456..8d077b29c 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