summaryrefslogtreecommitdiff
path: root/IvyTest
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:12:55 +0000
committerfcolin2007-02-01 13:12:55 +0000
commitb47607d2c5d06f78c1aac2d541da8e9a88484a4f (patch)
tree0c6add97781fb9e63d8342be408906d1a97525b6 /IvyTest
parent82fca3f7c16e9c4e85f0abd2dff1a5d12a3e68b0 (diff)
downloadivy-cplusplus-b47607d2c5d06f78c1aac2d541da8e9a88484a4f.zip
ivy-cplusplus-b47607d2c5d06f78c1aac2d541da8e9a88484a4f.tar.gz
ivy-cplusplus-b47607d2c5d06f78c1aac2d541da8e9a88484a4f.tar.bz2
ivy-cplusplus-b47607d2c5d06f78c1aac2d541da8e9a88484a4f.tar.xz
Utilisateur : Fcolin Date : 2/07/02 Heure : 15:21 Archivé dans $/Bus/IvyTest Commentaire: (vss 2)
Diffstat (limited to 'IvyTest')
-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;