Added missing include statements to fix build in case DBG is defined.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32488 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2009-08-18 07:19:54 +00:00
parent 5a4b86f025
commit 58fe1b1eb0
+5
View File
@@ -6,6 +6,11 @@
#ifndef __DBGMSG_H #ifndef __DBGMSG_H
#define __DBGMSG_H #define __DBGMSG_H
#include <Directory.h>
#include <File.h>
#include <Message.h>
#include <Node.h>
// #define DBG // #define DBG
#ifdef DBG #ifdef DBG