gcc4 build fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29968 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-04-06 15:21:57 +00:00
parent f5bdd55475
commit cce423c203
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <new>
#include <stdio.h>
#include <stdlib.h>
#include <vector.h>
#include <vector>
#ifdef __HAIKU__
# include <AbstractLayoutItem.h>