As on R5, Messenger.h is not included in Message4.h. This should fix the ShowImage build when using Message4.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16503 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2006-02-23 09:36:47 +00:00
parent 3c70366ab9
commit 5d5077a088

View File

@ -39,6 +39,7 @@ All rights reserved.
#include <Directory.h>
#include <Entry.h>
#include <FindDirectory.h>
#include <Messenger.h>
#include <Message.h>
#include <Path.h>
#include <Window.h>