Fixed compilation error on linux.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9981 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-10-13 22:55:53 +00:00
parent f6453f2557
commit 95a42cbb9d

View File

@ -19,6 +19,9 @@
#define __LEAK_CHECK_H__ #define __LEAK_CHECK_H__
#ifdef DEBUG #ifdef DEBUG
#include <stdio.h>
namespace MemoryLeaks namespace MemoryLeaks
{ {