included file memory for auto_ptr

This commit is contained in:
fluxgen 2002-01-09 15:08:22 +00:00
parent 36ce9e858d
commit cbc8d51bb4

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: fluxbox.cc,v 1.16 2002/01/09 14:07:09 fluxgen Exp $ // $Id: fluxbox.cc,v 1.17 2002/01/09 15:08:22 fluxgen Exp $
// stupid macros needed to access some functions in version 2 of the GNU C // stupid macros needed to access some functions in version 2 of the GNU C
// library // library
@ -119,6 +119,7 @@
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <strstream> #include <strstream>
#include <memory>
using namespace std; using namespace std;
#ifndef HAVE_BASENAME #ifndef HAVE_BASENAME