Skip to content

Commit 4d796ab

Browse files
committed
compile fixes
1 parent 90104c7 commit 4d796ab

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include/ps2s/matrix.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define matrix_h
99

1010
#include "ps2s/matrix_common.h"
11+
#include <math.h>
1112

1213
class zero_33;
1314
class zero_44;

include/ps2s/vif.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#ifndef ps2s_vif_h
88
#define ps2s_vif_h
99

10+
#include <ps2s/types.h>
11+
1012
namespace Vifs {
1113

1214
/********************************************

0 commit comments

Comments
 (0)