diff options
Diffstat (limited to 'test/span.cpp')
-rw-r--r-- | test/span.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/span.cpp b/test/span.cpp index ca037c8f..abf3a5d6 100644 --- a/test/span.cpp +++ b/test/span.cpp @@ -9,7 +9,7 @@ * Include first to ensure the header is self-contained, as there's no span.cpp * in libcamera. */ -#include <libcamera/span.h> +#include <libcamera/base/span.h> #include <array> #include <iostream> |