From bacc402d044de0cb49a76e7680f7b4af76584629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 21 Oct 2008 08:47:26 +0000 Subject: [PATCH] CheckClass: Minor fix to make it compile in Visual c++ --- CheckClass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CheckClass.cpp b/CheckClass.cpp index f8cd8a92e..97e98a205 100644 --- a/CheckClass.cpp +++ b/CheckClass.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #ifdef __BORLANDC__