|
From: Reed L. <r3...@us...> - 2002-07-24 15:18:10
|
Committer : r33d
CVSROOT : /cvsroot/cyclebot
Module : mod.cyclebot
Commit time: 2002-07-24 15:18:09 UTC
Modified files:
cyclebot.cc
Log message:
More work on stringstream
---------------------- diff included ----------------------
Index: mod.cyclebot/cyclebot.cc
diff -u mod.cyclebot/cyclebot.cc:1.3 mod.cyclebot/cyclebot.cc:1.4
--- mod.cyclebot/cyclebot.cc:1.3 Mon Jul 22 19:59:08 2002
+++ mod.cyclebot/cyclebot.cc Wed Jul 24 08:17:57 2002
@@ -10,7 +10,7 @@
#include <vector>
#include <iostream>
#include <algorithm>
-
+#include <sstream>
#include <cstring>
@@ -34,6 +34,7 @@
using std::cout ;
using std::endl ;
using std::count ;
+using std::stringstream ;
namespace cyclebt
{
----------------------- End of diff -----------------------
|