Skip to content

Commit

Permalink
mem/threads: Include some missing header files (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
EXtremeExploit committed May 13, 2024
1 parent 052abe8 commit d4c0c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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 d4c0c49

Please sign in to comment.