Skip to content

Commit

Permalink
Add include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Dec 1, 2023
1 parent 54e7677 commit a0ae760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/interfaces/signatures.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef _SRC_INTERFACES_SIGNATURES_HPP_
#define _SRC_INTERFACES_SIGNATURES_HPP_

#include <internal/dnmd_platform.hpp>
#include <internal/span.hpp>
Expand All @@ -7,3 +9,5 @@
#include <cstdint>

malloc_span<uint8_t> GetMethodDefSigFromMethodRefSig(span<uint8_t> methodRefSig);

#endif // _SRC_INTERFACES_SIGNATURES_HPP_

0 comments on commit a0ae760

Please sign in to comment.