|
From: <to...@us...> - 2008-06-26 09:36:04
|
Revision: 226
http://gearbox.svn.sourceforge.net/gearbox/?rev=226&view=rev
Author: tobasco
Date: 2008-06-26 02:36:06 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
compiles cleanly with gcc-4.3
Modified Paths:
--------------
gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp
gearbox/trunk/submitted/gbxsmartbatteryacfr/test/fancytest.cpp
Modified: gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp
===================================================================
--- gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp 2008-06-26 08:46:20 UTC (rev 225)
+++ gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp 2008-06-26 09:36:06 UTC (rev 226)
@@ -9,6 +9,7 @@
*/
#include <sstream>
+#include <cstring>
#include <gbxsmartbatteryacfr/exceptions.h>
#include "oceanserverreader.h"
Modified: gearbox/trunk/submitted/gbxsmartbatteryacfr/test/fancytest.cpp
===================================================================
--- gearbox/trunk/submitted/gbxsmartbatteryacfr/test/fancytest.cpp 2008-06-26 08:46:20 UTC (rev 225)
+++ gearbox/trunk/submitted/gbxsmartbatteryacfr/test/fancytest.cpp 2008-06-26 09:36:06 UTC (rev 226)
@@ -1,4 +1,6 @@
#include <iostream>
+#include <memory>
+#include <cstdlib>
#include <gbxutilacfr/trivialtracer.h>
#include <gbxsmartbatteryacfr/gbxsmartbatteryacfr.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|