Skip to content

Commit

Permalink
Merge branch 'Vita3K:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
backgamon authored May 14, 2024
2 parents f734baf + d4c0c49 commit 189ccbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/tracy
Submodule tracy updated 176 files
2 changes: 2 additions & 0 deletions vita3k/kernel/include/kernel/thread/thread_data_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#pragma once

#include <kernel/thread/thread_state.h>

#include <algorithm>
#include <list>
#include <set>

Expand Down
2 changes: 2 additions & 0 deletions vita3k/mem/include/mem/mempool.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <mem/ptr.h>
#include <util/align.h>

#include <algorithm>

struct MemspaceBlockAllocator {
struct Block {
std::uint32_t size;
Expand Down

0 comments on commit 189ccbb

Please sign in to comment.