summaryrefslogtreecommitdiffstats
path: root/raul/Process.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-05-04 04:12:18 +0000
committerDavid Robillard <d@drobilla.net>2007-05-04 04:12:18 +0000
commitdc5226d345c4bd24ddaae8fc00390b3dcf6eeae8 (patch)
tree8c1cbaebf54e67e45913f661219cdc5ef5ab4d96 /raul/Process.h
parentbbf6621f4f9adedcd1af81fe1371460fa54d5e36 (diff)
downloadraul-dc5226d345c4bd24ddaae8fc00390b3dcf6eeae8.tar.gz
raul-dc5226d345c4bd24ddaae8fc00390b3dcf6eeae8.tar.bz2
raul-dc5226d345c4bd24ddaae8fc00390b3dcf6eeae8.zip
Added missing includes.
Prevent RDFModel from printing itself on load. git-svn-id: http://svn.drobilla.net/lad/raul@494 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Process.h')
-rw-r--r--raul/Process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/raul/Process.h b/raul/Process.h
index c879869..7e14566 100644
--- a/raul/Process.h
+++ b/raul/Process.h
@@ -21,6 +21,8 @@
#include <string>
#include <iostream>
#include <unistd.h>
+#include <sys/time.h>
+#include <sys/resource.h>
#include <boost/utility.hpp>
namespace Raul {