Skip to content

Commit

Permalink
Add forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed May 8, 2024
1 parent b014790 commit 9aec6c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/LIEF/ELF/Note.hpp
Expand Up @@ -30,6 +30,9 @@
namespace LIEF {
class BinaryStream;
namespace ELF {
class Binary;
class Parser;
class Builder;

/// Class which represents an ELF note. This class can be instantiated using
/// the static Note::create functions.
Expand Down

0 comments on commit 9aec6c0

Please sign in to comment.