diff options
author | Thomas White <taw@physics.org> | 2009-11-30 11:43:57 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-30 11:43:57 +0100 |
commit | 1a834921b35aa5aeb76826da6a3cbf4f8796a034 (patch) | |
tree | 38c99a9c6c665b6f9d5a1e8114e77601e26e9a68 /src/detector.c | |
parent | 4cdb2af5970c4631f4b79ad635752ea56ddf3297 (diff) |
Add a #include
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.c b/src/detector.c index a39e50d9..bba5c629 100644 --- a/src/detector.c +++ b/src/detector.c @@ -18,6 +18,7 @@ #include "image.h" #include "utils.h" #include "diffraction.h" +#include "detector.h" /* Number of photons in pulse */ |