[haiku-commits] r33644 - haiku/trunk/src/apps/devices

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 18 Oct 2009 22:16:38 +0200 (CEST)

Author: mmu_man
Date: 2009-10-18 22:16:38 +0200 (Sun, 18 Oct 2009)
New Revision: 33644
Changeset: http://dev.haiku-os.org/changeset/33644/haiku

Modified:
   haiku/trunk/src/apps/devices/DevicePCI.cpp
   haiku/trunk/src/apps/devices/DevicesView.cpp
Log:
Fix the build (missing headers).


Modified: haiku/trunk/src/apps/devices/DevicePCI.cpp
===================================================================
--- haiku/trunk/src/apps/devices/DevicePCI.cpp  2009-10-18 19:52:09 UTC (rev 
33643)
+++ haiku/trunk/src/apps/devices/DevicePCI.cpp  2009-10-18 20:16:38 UTC (rev 
33644)
@@ -8,6 +8,7 @@
 
 
 #include <sstream>
+#include <stdlib.h>
 
 #include "DevicePCI.h"
 

Modified: haiku/trunk/src/apps/devices/DevicesView.cpp
===================================================================
--- haiku/trunk/src/apps/devices/DevicesView.cpp        2009-10-18 19:52:09 UTC 
(rev 33643)
+++ haiku/trunk/src/apps/devices/DevicesView.cpp        2009-10-18 20:16:38 UTC 
(rev 33644)
@@ -10,6 +10,8 @@
 #include <Application.h>
 #include <MenuBar.h>
 
+#include <iostream>
+
 #include "DevicesView.h"
 
 


Other related posts:

  • » [haiku-commits] r33644 - haiku/trunk/src/apps/devices - revol