Add missing include tchar.h

svn path=/trunk/; revision=9082
This commit is contained in:
Jason Filby 2004-04-11 13:39:59 +00:00
parent e848449f54
commit 73cb58e922

View file

@ -11,6 +11,7 @@
#include <stdlib.h>
#include <string.h>
#include <config.h>
#include <tchar.h>
using namespace std;