From b9d223c47b71ef9ffde3440a99b63dbe11cb1b54 Mon Sep 17 00:00:00 2001 From: OSAMU WATANABE Date: Thu, 5 Oct 2023 17:04:21 +0900 Subject: [PATCH] Fix missing header --- lib/jpgheaders.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/jpgheaders.cpp b/lib/jpgheaders.cpp index 6a3603a..931e5d3 100644 --- a/lib/jpgheaders.cpp +++ b/lib/jpgheaders.cpp @@ -1,3 +1,4 @@ +#include #include #include "bitstream.hpp"