diff options
author | Thomas White <taw@physics.org> | 2011-11-15 17:19:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:41 +0100 |
commit | d3ec66174fbfcb3780e106ca25134fd58a45506c (patch) | |
tree | 1734f11b4149d9d49ff085633ecbe15f3f4cf2d7 /src/dw-hdfsee.c | |
parent | c4c3127127ce984896c1af10da82e69dca2a632f (diff) |
Remove libcrystfel dependency on GTK et al.
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r-- | src/dw-hdfsee.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 8f42b2d0..54c73711 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -22,6 +22,7 @@ #include <gdk-pixbuf/gdk-pixbuf.h> #include "dw-hdfsee.h" +#include "hdfsee-render.h" #include "render.h" #include "hdf5-file.h" #include "hdfsee.h" |