From 58bcc3862a23ad2eaefae3cc9630aeb7e9dd9027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 18 Oct 2009 20:16:38 +0000 Subject: [PATCH] Fix the build (missing headers). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33644 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/devices/DevicePCI.cpp | 1 + src/apps/devices/DevicesView.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/apps/devices/DevicePCI.cpp b/src/apps/devices/DevicePCI.cpp index 9790b00d23..95fdbe52c8 100644 --- a/src/apps/devices/DevicePCI.cpp +++ b/src/apps/devices/DevicePCI.cpp @@ -8,6 +8,7 @@ #include +#include #include "DevicePCI.h" diff --git a/src/apps/devices/DevicesView.cpp b/src/apps/devices/DevicesView.cpp index 7f93ecd44a..c70a57addf 100644 --- a/src/apps/devices/DevicesView.cpp +++ b/src/apps/devices/DevicesView.cpp @@ -10,6 +10,8 @@ #include #include +#include + #include "DevicesView.h"