aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathias <mathias>2004-12-10 03:42:53 (GMT)
committermathias <mathias>2004-12-10 03:42:53 (GMT)
commit55163188b50173b0f931dea5c3e8d5a29699e05e (patch)
treec01704574ab083d21d4704bd71715cc4a3e59115 /src
parent916781f10f0269690781a9431f835c6ab28c4e8b (diff)
downloadfluxbox-55163188b50173b0f931dea5c3e8d5a29699e05e.zip
fluxbox-55163188b50173b0f931dea5c3e8d5a29699e05e.tar.bz2
fix #1080323, a missing header
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/FbPixmap.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbPixmap.cc b/src/FbTk/FbPixmap.cc
index 0246681..bcb176b 100644
--- a/src/FbTk/FbPixmap.cc
+++ b/src/FbTk/FbPixmap.cc
@@ -28,6 +28,8 @@
28#include <X11/Xutil.h> 28#include <X11/Xutil.h>
29#include <X11/Xatom.h> 29#include <X11/Xatom.h>
30#include <iostream> 30#include <iostream>
31#include <string>
32
31using namespace std; 33using namespace std;
32 34
33namespace FbTk { 35namespace FbTk {