From 175f8eca09e8dae5db4b6a677b0b6862663dc01f Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Wed, 20 Jan 2010 15:22:08 +0000 Subject: [PATCH] J : * Fix the name of a standard include. --- projects/mtg/src/Tasks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/Tasks.cpp b/projects/mtg/src/Tasks.cpp index c15ac870d..3c17b0689 100644 --- a/projects/mtg/src/Tasks.cpp +++ b/projects/mtg/src/Tasks.cpp @@ -6,7 +6,7 @@ #include "../include/Translate.h" #include "../include/MTGDefinitions.h" #include -#include +#include vector Task::AIDeckNames;