all repos — fluxbox @ cbc8d51bb45641aa807fffb63eeacb6e5ce1f6d8

custom fork of the fluxbox windowmanager

included file memory for auto_ptr
fluxgen fluxgen
commit

cbc8d51bb45641aa807fffb63eeacb6e5ce1f6d8

parent

36ce9e858dd56adfcca6c3b9652ec4974d9d1c26

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // 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 // library

@@ -119,6 +119,7 @@

#include <iostream> #include <string> #include <strstream> +#include <memory> using namespace std; #ifndef HAVE_BASENAME