Skip to content

Commit

Permalink
Fix missing <string> header
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Aug 24, 2024
1 parent ea4a6b2 commit b39d4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/LIEF/DEX/Class.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define LIEF_DEX_CLASS_H

#include <climits>
#include <string>

#include "LIEF/visibility.h"
#include "LIEF/Object.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/LIEF/OAT/Class.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "LIEF/visibility.h"
#include "LIEF/Object.hpp"

#include <string>

namespace LIEF {
namespace DEX {
Expand Down

0 comments on commit b39d4e3

Please sign in to comment.