From 949e1ad6b897ed51697265348cc0a71fd7137d15 Mon Sep 17 00:00:00 2001 From: Nicolas Le Cam Date: Thu, 11 Dec 2008 23:04:21 +0000 Subject: [PATCH] Fix compilation under VS2003 --- CheckOther.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CheckOther.cpp b/CheckOther.cpp index 77375f35b..8b7917aa7 100644 --- a/CheckOther.cpp +++ b/CheckOther.cpp @@ -25,6 +25,7 @@ #include #include // <- atoi #include +#include //---------------------------------------------------------------------------