Skip to content

Commit

Permalink
Fixed compile on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 2, 2021
1 parent 18c9340 commit 9a96867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions plugins/libimhex/include/helpers/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <memory>
#include <optional>
#include <string>
#include <type_traits>
#include <vector>

#ifdef __MINGW32__
Expand Down
1 change: 0 additions & 1 deletion plugins/libimhex/include/hex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <cstdint>
#include <cstddef>
#include <type_traits>

using u8 = std::uint8_t;
using u16 = std::uint16_t;
Expand Down

0 comments on commit 9a96867

Please sign in to comment.