diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-28 23:16:45 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:44 +0100 |
commit | b673c03965324269d499bd4a6418e455bc97bacb (patch) | |
tree | d4ebf8e4f2f41abd6d1c8a9e014d57fb9a6a809e | |
parent | 9fdd46abcc06256d0f29d74ccb45551210765cf1 (diff) |
Add missing #include
-rw-r--r-- | libcrystfel/src/geometry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index ddf04b80..6115baa1 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -18,6 +18,7 @@ #endif #include "reflist.h" +#include "cell.h" extern RefList *find_intersections(struct image *image, UnitCell *cell); |