Skip to content

Commit

Permalink
Fix missing ostream
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Sep 21, 2024
1 parent 165b9f6 commit a526c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/LIEF/PE/signature/Attribute.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define LIEF_PE_ATTRIBUTES_H
#include <memory>
#include <string>
#include <ostream>

#include "LIEF/Object.hpp"
#include "LIEF/visibility.h"
Expand Down

0 comments on commit a526c52

Please sign in to comment.