aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/reflist.h')
-rw-r--r--libcrystfel/src/reflist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h
index f2fadb8b..30bbaa28 100644
--- a/libcrystfel/src/reflist.h
+++ b/libcrystfel/src/reflist.h
@@ -70,12 +70,12 @@ typedef struct _reflection Reflection;
**/
typedef struct _reflistiterator RefListIterator;
+#include "crystal.h"
+
#ifdef __cplusplus
extern "C" {
#endif
-typedef struct _crystal Crystal;
-
/* Structure representing the contributions to a merged reflection */
struct reflection_contributions
{