diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bayer-format.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bayer-format.cpp b/test/bayer-format.cpp index 047e7db3..e396ee83 100644 --- a/test/bayer-format.cpp +++ b/test/bayer-format.cpp @@ -7,9 +7,10 @@ #include <iostream> -#include <libcamera/internal/bayer_format.h> #include <libcamera/transform.h> +#include "libcamera/internal/bayer_format.h" + #include "test.h" using namespace std; |