Skip to content

Commit

Permalink
fix: add missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Redbeanw44602 committed Aug 19, 2024
1 parent 9c3ca89 commit 75bd3ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ll/api/memory/Memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#include <optional>
#include <vector>

#if defined(LL_WIN32)
#include "libhat.hpp"
#endif
#include "pl/SymbolProvider.h"

#include "ll/api/Logger.h"
Expand All @@ -16,6 +19,10 @@

#include "demangler/Demangle.h"

#if defined(LL_WIN32)
#include "Windows.h"
#endif

// * Not compilable under Linux
// * Cross-platform work on this source is WIP.

Expand Down

0 comments on commit 75bd3ca

Please sign in to comment.