Skip to content

Commit e5abd97

Browse files
author
Rafael Stahl
committed
add missing header
1 parent 80af96d commit e5abd97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/hacklib/include/hacklib/Memory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "hacklib/Handles.h"
55
#include <string>
66
#include <vector>
7+
#include <cstdint>
78

89

910
namespace hl

src/test/test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,12 +545,10 @@ static int vehCounter1 = 0;
545545
static int vehCounter2 = 0;
546546
static void VEHFunc1(hl::CpuContext* ctx)
547547
{
548-
printf("counter1\n");
549548
vehCounter1++;
550549
}
551550
static void VEHFunc2(hl::CpuContext* ctx)
552551
{
553-
printf("counter2\n");
554552
vehCounter2++;
555553
}
556554
void TestVEH()

0 commit comments

Comments
 (0)