add stdlib.h to fix compile issues with msvc

svn path=/trunk/; revision=18555
This commit is contained in:
Christoph von Wittich 2005-10-18 19:48:50 +00:00
parent 80f7d06cfd
commit c85d6131ee

View file

@ -20,6 +20,7 @@
#include <stdio.h> // sprintf
#include <math.h>
#include <stdlib.h>
#include <windows.h>
#include <tchar.h>