Skip to content

Commit

Permalink
Fix missing ostream
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Feb 15, 2025
1 parent 2520288 commit d38d403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/LIEF/PDB/DebugInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define LIEF_PDB_INFO_H
#include <memory>
#include <string>
#include <ostream>

#include "LIEF/iterators.hpp"
#include "LIEF/Abstract/DebugInfo.hpp"
Expand Down

0 comments on commit d38d403

Please sign in to comment.