all repos — fluxbox @ 55163188b50173b0f931dea5c3e8d5a29699e05e

custom fork of the fluxbox windowmanager

fix #1080323, a missing header
mathias mathias
commit

55163188b50173b0f931dea5c3e8d5a29699e05e

parent

916781f10f0269690781a9431f835c6ab28c4e8b

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

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

@@ -28,6 +28,8 @@

#include <X11/Xutil.h> #include <X11/Xatom.h> #include <iostream> +#include <string> + using namespace std; namespace FbTk {