From 2cfbe8a086d04febadbd8e2f9927a23efb898f70 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 10 Sep 2004 23:14:59 +0000 Subject: [PATCH] Added missing include. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8909 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/gensyscalls/gensyscalls_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/gensyscalls/gensyscalls_common.h b/src/tools/gensyscalls/gensyscalls_common.h index 2684cb8a6c..f61d43214f 100644 --- a/src/tools/gensyscalls/gensyscalls_common.h +++ b/src/tools/gensyscalls/gensyscalls_common.h @@ -3,6 +3,7 @@ #ifndef _GEN_SYSCALLS_COMMON_H #define _GEN_SYSCALLS_COMMON_H +#include #include using namespace std;