Fix the build (missing headers).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33644 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-10-18 20:16:38 +00:00
parent 22ea088498
commit 58bcc3862a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
#include <sstream>
#include <stdlib.h>
#include "DevicePCI.h"
+2
View File
@@ -10,6 +10,8 @@
#include <Application.h>
#include <MenuBar.h>
#include <iostream>
#include "DevicesView.h"