Skip to content

Commit

Permalink
Fix avifpixitest includes
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon committed Feb 10, 2025
1 parent 15855f9 commit c765ff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/gtest/avifpixitest.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// Copyright 2025 Google LLC
// SPDX-License-Identifier: BSD-2-Clause

#include <iostream>
#include <string>

#include "avif/avif.h"
#include "avif/avif_cxx.h"
#include "aviftest_helpers.h"
#include "gtest/gtest.h"

Expand Down

0 comments on commit c765ff7

Please sign in to comment.