Adding missing header includes to botlib files. Thanks to Ben Millwood for patch. (#4237)

This commit is contained in:
Thilo Schulz 2009-10-18 00:28:38 +00:00
parent 7afb92be27
commit 17ca252753
5 changed files with 5 additions and 0 deletions

View file

@ -42,6 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "be_aas.h"
#include "be_aas_funcs.h"
#include "be_aas_def.h"
#include "be_aas_cluster.h"
extern botlib_import_t botimport;