Browse Source

fix build break

David Rose 23 years ago
parent
commit
f6acab8562

+ 1 - 1
panda/src/linmath/compose_matrix.h

@@ -35,7 +35,7 @@
 #include <pandabase.h>
 #include <math.h>
 #include "lmatrix.h"
-#include "luse.h"
+#include "lvector3.h"
 
 #include "fltnames.h"
 #include "compose_matrix_src.h"

+ 1 - 0
panda/src/linmath/lquaternion.h

@@ -25,6 +25,7 @@
 #include "nearly_zero.h"
 #include "cmath.h"
 #include "deg_2_rad.h"
+#include "compose_matrix.h"
 
 #include <notify.h>
 

+ 2 - 1
panda/src/linmath/lquaternion_src.cxx

@@ -17,7 +17,8 @@
 ////////////////////////////////////////////////////////////////////
 
 #include "config_linmath.h"
-#include "compose_matrix_src.h"
+#include "lmatrix.h"
+#include "luse.h"
 
 TypeHandle FLOATNAME(LQuaternion)::_type_handle;