r3918: Auto commit for Debian build
[ctsim.git] / libctsim / array2dfile.cpp
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');