r3918: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 2 Feb 2003 03:45:10 +0000 (03:45 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 2 Feb 2003 03:45:10 +0000 (03:45 +0000)
debian/changelog
libctsim/array2dfile.cpp

index bbd3fdd802fd0988251c523acb571d0077774eed..93b8c78a3e1b086872b8869f07961197cc672766 100644 (file)
@@ -1,3 +1,9 @@
+ctsim (4.1.1-1) unstable; urgency=low
+
+  * libctsim/array2file.cpp: Add "#include <sstream>"
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  1 Feb 2003 20:44:59 -0700
+
 ctsim (4.1.0-1) unstable; urgency=low
 
   * Add Pentium 4, Pentium 3, and Athlon optimized packages
index 88e11e16c236a7a7a68e228978e7f7094a4c82ca..c49e92e87fa8c04d47774e288966f20fa4a195b3 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: array2dfile.cpp,v 1.29 2002/05/28 18:43:16 kevin Exp $
+**  $Id: array2dfile.cpp,v 1.30 2003/02/02 03:45:10 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -31,6 +31,7 @@
 typedef long off_t;
 #endif
 
+#include <sstream>
 
 const kuint16 Array2dFile::m_signature = ('I'*256+'F');