diff options
Diffstat (limited to 'src/calibrator.h')
-rw-r--r-- | src/calibrator.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/calibrator.h b/src/calibrator.h index 2c372c5..1db7a3b 100644 --- a/src/calibrator.h +++ b/src/calibrator.h @@ -19,6 +19,13 @@ #define CRT_CALIBRATOR_CALIBRATOR_H +#include "framebuffer.h" +#include "drmgamma.h" + +#include <stdint.h> +#include <stddef.h> + + /** * Draw bars in different shades of grey, red, green and blue * used for calibrating the contrast and brightness |