From c1e9225a734bf1e5450fc43c4b3b898d84cf7dbb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Dec 2018 17:02:09 +0100 Subject: make_pixelmap: Fix #include --- src/make_pixelmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make_pixelmap.c b/src/make_pixelmap.c index dfd91907..b6e174b5 100644 --- a/src/make_pixelmap.c +++ b/src/make_pixelmap.c @@ -42,7 +42,7 @@ #include #include -#include "crystfel/detector.h" +#include "detector.h" static void show_help(const char *s) -- cgit v1.2.3