Skip to content

Commit

Permalink
add missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Nov 6, 2024
1 parent 3f25f82 commit a7dcd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jpegli/libjpeg_test_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "lib/jpegli/libjpeg_test_util.h"

#include <cstdlib>
#include <cstring>

#include "lib/base/include_jpeglib.h" // NOLINT
Expand Down

0 comments on commit a7dcd77

Please sign in to comment.