Added missing include.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8909 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-09-10 23:14:59 +00:00
parent 91a4796939
commit 2cfbe8a086

View File

@ -3,6 +3,7 @@
#ifndef _GEN_SYSCALLS_COMMON_H
#define _GEN_SYSCALLS_COMMON_H
#include <exception>
#include <string>
using namespace std;