[haiku-commits] r37630 - haiku/trunk/src/preferences/locale

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 20 Jul 2010 20:26:46 +0200 (CEST)

Author: anevilyak
Date: 2010-07-20 20:26:45 +0200 (Tue, 20 Jul 2010)
New Revision: 37630
Changeset: http://dev.haiku-os.org/changeset/37630

Modified:
   haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp
Log:
Fix incorrect include. Fixes GCC4 build.



Modified: haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp
===================================================================
--- haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp       
2010-07-20 17:58:18 UTC (rev 37629)
+++ haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp       
2010-07-20 18:26:45 UTC (rev 37630)
@@ -30,7 +30,7 @@
 #include <TextControl.h>
 #include <Window.h>
 
-#include <iostream.h>
+#include <iostream>
 
 
 #undef B_TRANSLATE_CONTEXT


Other related posts:

  • » [haiku-commits] r37630 - haiku/trunk/src/preferences/locale - anevilyak