Missing headers

This commit is contained in:
Christian Schmitt
2013-02-07 18:20:57 +01:00
parent 45ae3978f6
commit 02be490466
2 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <simgear/misc/sg_dir.hxx>
#include <math.h>
#include <stdlib.h>
#include <cstdio>
#ifdef _WIN32
# define WIN32_LEAN_AND_MEAN

View File

@@ -20,6 +20,8 @@
# include <simgear_config.h>
#endif
#include <cstdio>
#include "SGText.hxx"
#include <simgear/math/SGMath.hxx>