all repos — fluxbox @ d4d91d099327f06bf83f140c5fa73461f95a19e3

custom fork of the fluxbox windowmanager

include memory for auto_ptr
fluxgen fluxgen
commit

d4d91d099327f06bf83f140c5fa73461f95a19e3

parent

d86ed4dc0e378aadf197a8a2ca98f34c12301918

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/FbTk/ThemeItems.ccsrc/FbTk/ThemeItems.cc

@@ -45,7 +45,10 @@ #include <cstdio>

#else #include <stdio.h> #endif + #include <iostream> +#include <memory> + namespace FbTk { using std::string;