diff options
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/process_image.c b/src/process_image.c index 2f2eb698..b3b3b1da 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -3,12 +3,13 @@ * * The processing pipeline for one image * - * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2017 Thomas White <taw@physics.org> + * 2010-2019 Thomas White <taw@physics.org> * 2014-2017 Valerio Mariani <valerio.mariani@desy.de> + * 2017 Stijn de Graaf * * This file is part of CrystFEL. * @@ -38,6 +39,7 @@ #include <gsl/gsl_sort.h> #include <unistd.h> #include <sys/stat.h> +#include <msgpack.h> #include "utils.h" #include "hdf5-file.h" |