1
0
Fork 0

Make even more implict includes explicit.

This commit is contained in:
James Turner 2010-08-07 13:00:33 +01:00
parent bb2d1f55e9
commit cc7a9d4727
6 changed files with 12 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#include <cstdio> // sprintf()
#include <cstdlib> // atoi()
#include <cassert>
#include <simgear/compiler.h>

View file

@ -30,6 +30,8 @@
#include "simple.hxx"
#include <cassert>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/props_io.hxx>

View file

@ -26,6 +26,9 @@
#endif
#include "kln89_page_apt.hxx"
#include <cassert>
#if ENABLE_ATCDCL
# include <ATCDCL/commlist.hxx>
#else

View file

@ -20,6 +20,8 @@
# include "config.h"
#endif
#include <cassert>
#include <osg/Node>
#include <osg/Geode>
#include <osg/Geometry>

View file

@ -2,6 +2,8 @@
# include <config.h>
#endif
#include <simgear/compiler.h>
#include <iostream>
#include <simgear/constants.h>

View file

@ -2,6 +2,8 @@
# include <config.h>
#endif
#include <simgear/compiler.h>
#include <iostream>
#include <simgear/constants.h>