Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Feb 1, 2024
1 parent ba296f2 commit 0816baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/vrv/filereader.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

#include <list>
#include <string>
#include <vector>

//----------------------------------------------------------------------------

/** Forward declaration of the zip_file.hpp class */
namespace miniz_cpp {
class zip_file;
}
Expand Down

0 comments on commit 0816baa

Please sign in to comment.