aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-13 21:57:07 (GMT)
committerfluxgen <fluxgen>2002-10-13 21:57:07 (GMT)
commita5aa9fa3f5129848a929346f99f17bc5afa05424 (patch)
treef0126a133c7dbefeedd629de5e447fc7e65ec14a
parent0f7721254f2772c342f1f7bebc23a74fe4700c3d (diff)
downloadfluxbox-a5aa9fa3f5129848a929346f99f17bc5afa05424.zip
fluxbox-a5aa9fa3f5129848a929346f99f17bc5afa05424.tar.bz2
included config.h
-rw-r--r--src/Image.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Image.hh b/src/Image.hh
index c352028..229d228 100644
--- a/src/Image.hh
+++ b/src/Image.hh
@@ -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: Image.hh,v 1.14 2002/09/15 09:41:24 fluxgen Exp $ 25// $Id: Image.hh,v 1.15 2002/10/13 21:57:07 fluxgen Exp $
26 26
27#ifndef IMAGE_HH 27#ifndef IMAGE_HH
28#define IMAGE_HH 28#define IMAGE_HH
@@ -32,6 +32,10 @@
32#include "Color.hh" 32#include "Color.hh"
33#include "Texture.hh" 33#include "Texture.hh"
34 34
35#ifdef HAVE_CONFIG_H
36#include "config.h"
37#endif // HAVE_CONFIG_H
38
35#include <X11/Xlib.h> 39#include <X11/Xlib.h>
36#include <X11/Xutil.h> 40#include <X11/Xutil.h>
37#include <list> 41#include <list>