Skip to content

Commit

Permalink
Buildfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Dec 18, 2024
1 parent ad9d9c5 commit aeadf76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include <cstdint>
#include <mutex>
#include <set>
#include <condition_variable>

#include "Common/System/System.h"
#include "Common/Profiler/Profiler.h"
Expand Down
1 change: 1 addition & 0 deletions Core/Debugger/MemBlockInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <atomic>
#include <cstring>
#include <mutex>
#include <condition_variable>
#include <thread>

#include "Common/Log.h"
Expand Down
2 changes: 2 additions & 0 deletions Core/Debugger/MemBlockInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <cstdint>
#include <string>
#include <vector>
#include <cstring>

#include "Common/Common.h"

class PointerWrap;
Expand Down

0 comments on commit aeadf76

Please sign in to comment.