diff options
Diffstat (limited to 'src/JSystem/JKernel/JKRCompArchive.cpp')
| -rw-r--r-- | src/JSystem/JKernel/JKRCompArchive.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JSystem/JKernel/JKRCompArchive.cpp b/src/JSystem/JKernel/JKRCompArchive.cpp index 5e9eb638e6..8a1577f592 100644 --- a/src/JSystem/JKernel/JKRCompArchive.cpp +++ b/src/JSystem/JKernel/JKRCompArchive.cpp @@ -10,9 +10,9 @@ #include "JSystem/JKernel/JKRMemArchive.h" #include "JSystem/JUtility/JUTAssert.h" #include "JSystem/JUtility/JUTException.h" -#include <math> +#include <cmath> #include <string> -#include <stdint> +#include <stdint.h> JKRCompArchive::JKRCompArchive(s32 entryNum, JKRArchive::EMountDirection eMountDirection) : JKRArchive(entryNum, MOUNT_COMP) { |
