Browse Source

fix build break on Irix

David Rose 23 years ago
parent
commit
afdcd6c930
1 changed files with 6 additions and 0 deletions
  1. 6 0
      panda/src/linmath/compose_matrix.h

+ 6 - 0
panda/src/linmath/compose_matrix.h

@@ -36,6 +36,12 @@
 #include <math.h>
 #include "lmatrix.h"
 #include "lvector3.h"
+#include "lvector2.h"
+#include "lpoint3.h"
+#include "lpoint2.h"
+#include "lmat_ops.h"
+#include "lvec2_ops.h"
+#include "lvec3_ops.h"
 
 #include "fltnames.h"
 #include "compose_matrix_src.h"