Skip to content

Commit

Permalink
Possible buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Dec 9, 2023
1 parent 848de76 commit 5d4ae87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Core/HLE/sceKernelTime.h
Expand Up @@ -17,6 +17,11 @@

#pragma once

#include <cstdint>
#include "Common/CommonTypes.h"

#include "Common/Serialize/Serializer.h"

u32 sceKernelLibcGettimeofday(u32 timeAddr, u32 tzAddr);
u32 sceKernelLibcTime(u32 outPtr);
int sceKernelUSec2SysClock(u32 microsec, u32 clockPtr);
Expand Down
2 changes: 2 additions & 0 deletions Core/HLE/sceRtc.h
Expand Up @@ -17,6 +17,8 @@

#pragma once

#include <cstdint>

#include "Common/CommonTypes.h"
#include "Common/Swap.h"

Expand Down

0 comments on commit 5d4ae87

Please sign in to comment.