Add yet another missing include

svn path=/trunk/; revision=32687
This commit is contained in:
Colin Finck 2008-03-15 00:38:42 +00:00
parent ddef9f1617
commit 6f3e8ec662

View file

@ -8,8 +8,10 @@
*/
#include "file_reader.h"
#include <assert.h>
#include <cassert>
#include <cstdio>
#include <cstring>
namespace System_
{
//---------------------------------------------------------------------------------------