aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-09 15:08:22 (GMT)
committerfluxgen <fluxgen>2002-01-09 15:08:22 (GMT)
commitcbc8d51bb45641aa807fffb63eeacb6e5ce1f6d8 (patch)
tree77da62a7a9505280de29639002eea6a074323716
parent36ce9e858dd56adfcca6c3b9652ec4974d9d1c26 (diff)
downloadfluxbox-cbc8d51bb45641aa807fffb63eeacb6e5ce1f6d8.zip
fluxbox-cbc8d51bb45641aa807fffb63eeacb6e5ce1f6d8.tar.bz2
included file memory for auto_ptr
-rw-r--r--src/fluxbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index dbf09f1..e141b6f 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.16 2002/01/09 14:07:09 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.17 2002/01/09 15:08:22 fluxgen Exp $
26 26
27// stupid macros needed to access some functions in version 2 of the GNU C 27// stupid macros needed to access some functions in version 2 of the GNU C
28// library 28// library
@@ -119,6 +119,7 @@
119#include <iostream> 119#include <iostream>
120#include <string> 120#include <string>
121#include <strstream> 121#include <strstream>
122#include <memory>
122using namespace std; 123using namespace std;
123 124
124#ifndef HAVE_BASENAME 125#ifndef HAVE_BASENAME