summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step1
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step1')
-rw-r--r--Tests/Tutorial/Step1/tutorial.cxx1
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"