summaryrefslogtreecommitdiff
path: root/IvyTest/ivytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'IvyTest/ivytest.cpp')
-rw-r--r--IvyTest/ivytest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/IvyTest/ivytest.cpp b/IvyTest/ivytest.cpp
index b9121ac..370901e 100644
--- a/IvyTest/ivytest.cpp
+++ b/IvyTest/ivytest.cpp
@@ -1,10 +1,11 @@
// ivytest.cpp : Defines the entry point for the console application.
//
-#include <iostream.h>
+#include <iostream>
#include <stdlib.h>
+using namespace std;
-#include "ivy.h"
+#include "Ivy.h"
#include "IvyApplication.h"
static bool TheGrassIsGreenAndTheWindBlows = true;