diff options
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index c63326fb..b87e6dc9 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -36,8 +36,11 @@ #ifndef DETECTOR_H #define DETECTOR_H -struct image; -struct hdfile; +struct rigid_group; +struct detector; +struct panel; +struct badregion; +struct detector; #include "hdf5-file.h" #include "image.h" |