aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/xgandalf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/xgandalf.h')
-rw-r--r--libcrystfel/src/xgandalf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/xgandalf.h b/libcrystfel/src/xgandalf.h
index 6b63c64f..1aced417 100644
--- a/libcrystfel/src/xgandalf.h
+++ b/libcrystfel/src/xgandalf.h
@@ -33,6 +33,8 @@
#include <config.h>
#endif
+#include <stddef.h>
+
struct xgandalf_options {
unsigned int sampling_pitch;
unsigned int grad_desc_iterations;
@@ -42,7 +44,6 @@ struct xgandalf_options {
float maxLatticeVectorLength_A;
};
-#include <stddef.h>
#include "index.h"
extern int run_xgandalf(struct image *image, void *ipriv);